why dont costmap publish local_costmap/obstacles topic? (navigation tutorial)
hello,
in Using rviz with the Navigation Stack tutorial, (and also the video in it), Obstacles - Topic: local_costmap/obstacles Type: nav_msgs/GridCells...if its the case, just like the video i can select gridcell in rviz to display our obstacles.
but when i tried to run costmap_2d node or even move_base...it didnt publish that topic. my topics which related costmap are;
/costmap_node/costmap/costmap
/costmap_node/costmap/costmap_updates
/costmap_node/costmap/obstacles/parameter_descriptions etc.
so in rviz i cant choose gridcell display (just like the tutorial video) to show obstacles
how can i publish that topic? i just want to see obstacles just like the tutorial..