Robotics StackExchange | Archived questions

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

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

Asked by ljxiang on 2016-03-29 19:16:34 UTC

Comments

Answers

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.

Asked by ljxiang on 2016-03-30 20:00:23 UTC

Comments