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

We did something similar in a robotics project some time ago. Our nodes for basic obstacle avoidance and autonomous mapping can be found at http://wiki.ros.org/nav2d. Maybe this can help.

We did something similar in a robotics project some time ago. Our nodes for basic obstacle avoidance and autonomous mapping can be found at http://wiki.ros.org/nav2d. Maybe this can help.

There are 3 particularly important packages/nodes: nav2d_operator (basic obstacle avoidance) drives in a desired direction avoiding anything in the path nav2d_navigator (path planner) uses a map to navigate to a given goal nav2d_karto (slam) generates a map of the environment while driving

We did something similar in a robotics project some time ago. Our nodes for basic obstacle avoidance and autonomous mapping can be found at http://wiki.ros.org/nav2d. Maybe this can help.

There are 3 particularly important packages/nodes: packages/nodes:

  • nav2d_operator (basic obstacle avoidance) drives in a desired direction avoiding anything in the path path
  • nav2d_navigator (path planner) uses a map to navigate to a given goal goal
  • nav2d_karto (slam) generates a map of the environment while driving