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

Hi, I want to implement path planning algorithm(A star) on turtle-bot.

asked 2014-04-07 01:05:49 -0500

Chennamaneni gravatar image

Hi, I want to implement path planning algorithm(A star) on turtle-bot.

Is it possible to do along with amcl demo.

How can i read the obstacles in the map? And how the cost of some position in the map can be changed if i want some places in the map to be avoided.

Can someone suggest me how to go with it.

Thank you.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-04-07 04:33:39 -0500

paulbovbel gravatar image

What you're looking to do is implement your own global planner (interface: base_global_planner).

Read about how all the pieces link together in http://wiki.ros.org/navigation and http://wiki.ros.org/nav_core .

What you're really doing is creating a subclass of http://docs.ros.org/hydro/api/nav_cor... , overriding the two methods to implement your functionality.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2014-04-07 01:05:49 -0500

Seen: 3,856 times

Last updated: Apr 07 '14