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

Revision history [back]

click to hide/show revision 1
initial version

You can use the costmap_2d ros package which gives you collision checking ability. The costmap_2d package provides an API for you to use in conjunction with your planner for obstacle avoidance.

You can use the costmap_2d ros package which gives you collision checking ability. The costmap_2d package provides an API for you to use in conjunction with your planner for obstacle avoidance.avoidance by checking the robot's footprint cells for collision in a global costmap for planning. For local obstacle avoidance it also provides a rolling window costmap.