https://github.com/advrhumanoids/robot_exploration
Package for robot exploration on occupancy map
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.1%) to scientific vocabulary
Repository
Package for robot exploration on occupancy map
Basic Info
- Host: GitHub
- Owner: ADVRHumanoids
- Language: C++
- Default Branch: ros2
- Size: 293 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
robot_exploration - ROS2
Set of packages to perform robot exploration on 2D/3D occupancy map.
- 2D/3D Occupancy map with octomap from pointcloud (LiDAR, RGB-D,...)
- Simple frontier extraction
- Cost Function for frontier selection
Inputs: - Sensors' reading [Pointcloud] - global/local maps - TFs - Exploration Request
Output: - Nav goal to reach --> Sent to Nav2
NOTE
The input of the Exploration is the class name of the object that you want to find. The exploration checks in "KnownTargetPose" if such object exists, asking to the EnvironmentKnowledgeManager. If it exists, then a Nav Target is sent to the object. Otherwise, the robot will start/continue the exploration.
Using frames, if the transform map-obj is no longer valid/published, then exploration resumes.
Dependencies
- ROS (jazzy)
- XBot
- CartesIO
- iit-centauro-ros-pkg
- realsense and velodyne packages
- octomap
- octomap_server
- centaurorosnav (branch: ros2)
- perception_utils (branch: ros2)
- objectdetectionmanager (branch: ros2)
Packages
This repo contains several pacakges: - defineinspectiongoals - defineinspectiongoalssrvs - explorationgui - explorationmanager - explorationmanageractions - explorationmanagermsgs - frontierextraction - frontierextractionmsg - frontierextractionsrvs - gazebo_odom
Run Framework [with YOLO]
Launch the Gazebo environment with XBot2 running + enable driving: - ros2 launch gazeboodom startsimulation.launch.py - ros2 service call /xbotcore/omnisteering/switch stdsrvs/srv/SetBool data:\ true\ Launch Nav2 framework: - ros2 launch centaurorosnav centauronav.launch.py Launch exploration BT: - ros2 launch explorationmanager explorationmanager.launch.py Run YOLO object detection - ros2 run objectdetectionmanager objectdetectionnode Run exploration GUI for monitoring and simpify exploration requests: - ros2 run explorationgui explorationgui_node
Send the target:
To send the target from the GUI you have to go to the corresponding tab and select the object class that you want to deal with. This can be found in the drop down menu or, in the case of "Others", it can be written in the text box. Then you can send the request to the robot throught the 2 buttons. Inspect starts the visual inspection operation while Reach simply moves the robot to the object.
Owner
- Name: ADVR Humanoids
- Login: ADVRHumanoids
- Kind: organization
- Email: luca.muratore@iit.it
- Location: Istituto Italiano di Tecnologia
- Website: https://www.iit.it/lines/humanoids-human-centered-mechatronics
- Repositories: 206
- Profile: https://github.com/ADVRHumanoids
Humanoids & Human Centered Mechatronics, HHCM, IIT
GitHub Events
Total
- Issues event: 3
- Issue comment event: 1
- Push event: 24
- Public event: 1
- Pull request event: 4
- Create event: 3
Last Year
- Issues event: 3
- Issue comment event: 1
- Push event: 24
- Public event: 1
- Pull request event: 4
- Create event: 3
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| aled96 | a****6@h****t | 44 |
| Alessio De Luca | 3****6 | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 2
- Total pull requests: 2
- Average time to close issues: about 17 hours
- Average time to close pull requests: less than a minute
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.5
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 2
- Average time to close issues: about 17 hours
- Average time to close pull requests: less than a minute
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.5
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- aled96 (2)
Pull Request Authors
- aled96 (4)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- setuptools *