ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi,
move_base uses a 2D occupancy grid map to plan trajectories. The octomap topics are 3D occupancy maps, which would be used by some other 3D planning approach (e.g., move_it). They are not the same as /grid_map
or /proj_map
from rtabmap_ros. You should use /map
output topic of octomap_server with move_base
. So for your second question, yes it needs the down projected 2D map.
cheers