ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

To pipe laserscan or pointcloud data into an 'occupancy grid' style data structure, you can use the costmap_2d library.

http://wiki.ros.org/costmap_2d

You can run a standalone costmap as a node (costmap_2d_node), and configure the costmap's layers (particularly obstacle layers) to take in sensor data.

Users typically use costmap_2d as part of the navigation stack, which integrates the costmaps together with planners to give an end-to-end-ish solution for 2d navigation.