-
Notifications
You must be signed in to change notification settings - Fork 558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use RTAB-MAP map navigation in ROS2? #775
Comments
Just tried again the example here: #696 (comment) In rviz, click on Nav2 goal, set the goal, then you will see the robot planning to go there: |
The robot can indeed reach the target point defined by me, but the map of RTAB-MAP is not displayed. Do I need to do other configuration work? |
Can you show a screenshot of what you are seeing? The occupancy grid as above is the map from rtabmap. |
The gray map seems the map from rtabmap. |
If the gray is a map from rtabmap, sometimes when I use a real robot to debug, the gray area is small or not, why is this? |
To see the 3d point cloud, you need to add MapCloud display in rviz. This should also be the turtlebot config with 3d camera. If the gray map is small, maybe it is because the sensor doesn't see far. The local grids are also limited to 4 meters range by default. You can ahow a screenshot to see if this is expected. |
You are right, the 3D point cloud of the object is only displayed when I control the robot to walk into the object. |
rtabmap library is independent of ROS, so a database created in ROS1 should be usable in ROS2 (or vice-versa) |
System: Ubuntu20.04 Galactic
The map for RTAB-MAP is actually alredy is integrated with nav2, but how do I use this map in nav2? I tried this scheme #696 (comment)
But still can not achieve the navigation effect.
The text was updated successfully, but these errors were encountered: