ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You can run just the costmap in a node without the other parts of navigation by running rosrun costmap_2d costmap_2d_node
after you have set the appropriate parameters on the parameter server.
However, this method relies on having the proper transforms in place, i.e. very accurate odometry.