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

How can i simulate a global planner plugin in the ArbotiX Simulator?

asked 2016-03-29 19:16:34 -0500

ljxiang gravatar image

The tutorials: Writing A Global Path Planner As Plugin in ROS( http://wiki.ros.org/navigation/Tutori... ) using the plugin in a real robot, how can i use the plugin( like carrot_planner ) in the ArbotiX Simulator? Thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2016-03-30 20:00:23 -0500

ljxiang gravatar image

Know it. Follow "ROS by Example":8.5.1 Testing amcl with Fake Localization. Open fake_move_base_amcl.launch, under: 《node pkg="move_base" type="move_base" respawn="false" name="move_base" output="screen" clear_params="true"》 add: 《param name="base_global_planner" value="carrot_planner/CarrotPlanner"/》 (use <> replace 《》)
Then you can follow 8.5.1 to simulate the golbal planner plugin.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-03-29 19:16:34 -0500

Seen: 118 times

Last updated: Mar 30 '16