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

what is algorithm for find path planner

asked 2014-07-04 07:50:00 -0500

gdist gravatar image

I mean global path and local path. as i know Amcl for robot localized known map and i use move base 4 files are base local planner, costmap common, global costmap, local costmap

Please explain me

Thank

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2014-07-04 08:13:39 -0500

Have a look at move_base documentation and tutorials they will answer your questions.

edit flag offensive delete link more
0

answered 2014-07-04 10:47:54 -0500

Ken_in_JAPAN gravatar image

updated 2014-07-04 11:01:38 -0500

I think that this page about Global Planner is useful for you. Could you check it ( http://wiki.ros.org/global_planner )? Global planner in ROS includes dijkstra, A* algorithm as default, carrot planner and sbpl_lattice_planner. Local planner in ROS includes trajectory_planner as default, dwa_local_planner and eband_local_planner. If you want to use sbpl and eband_local_planner, you will have to install them. At first, it is better to get familiar with default algorithms as Mr. Martin Morta says.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2014-07-04 07:50:00 -0500

Seen: 1,675 times

Last updated: Jul 04 '14