Open letmejoin opened 7 years ago
Yes, it uses the default planners. So did you edit this file: rrt_exploration_tutorials/launch/includes/move_baseSafe.launch
and added the path planners parameters?
Thank you for your recover very soon! I just do it! add the follow line node pkg="move_base" type="move_base" respawn="false" name="move_base_node" output="screen" param name="base_global_planner" value="global_planner/GlobalPlanner"
but it doesn't work any more. I don't know why!
Were you able to solve it? @hasauino @letmejoin I would also like to know how to modify the path planning algorithm so I can implement my own.
Hello! I want to change the default path planner. If I am right, the planner used is NavfnROS. But when I add the follow line bellow node move_base,it's doesn't work.
It's a A* planner, and all of other planners are not working. Have you got some ideas about it?