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

2D Navigation Stack Global Path Planning Method?

asked 2013-03-13 08:10:40 -0500

mosfet2u gravatar image

updated 2013-04-28 23:11:34 -0500

ipso gravatar image

With reference to the ROS Navigation Stack: I was wondering which: a) global path planning method is implemented & b) which local navigation method is implemented?

Thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
5

answered 2013-03-13 19:49:48 -0500

ahendrix gravatar image

The navigation stack uses plugins for the local and global planners.

The RobotSetup Tutorial describes the basics of how to set up the navigation stack, including how to select which path planners to use.

base_local_planner and dwa_local_planner can both be used as local planners. They both work similarly, but the code for the dwa_local_planner is much cleaner.

carrot_planner, navfn and sbpl_lattice_planner can all be used as global planners.

navfn is fast, but it produces paths with a lot of entropy, which are harder for non-holonomic robots to follow. When configured properly, the SBPL planner can plan for very constrained bases, including non-holonomic and ackermann-type bases.

edit flag offensive delete link more

Comments

Thanks for clearing that up!

mosfet2u gravatar image mosfet2u  ( 2013-03-19 07:02:15 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2013-03-13 08:10:40 -0500

Seen: 2,955 times

Last updated: Apr 28 '13