move_base without global planner
Hello,
Can I use move_base without global_planner? If yes how do I disable it?
Thank you
Hello,
Can I use move_base without global_planner? If yes how do I disable it?
Thank you
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2016-07-20 16:57:16 -0500
Seen: 475 times
Last updated: Jul 20 '16
Inform move_base about blocked plan
Cannot load OMPL global planner plugin [closed]
move_base receiving empty plan
Global Costmap not align with Static Map
Roomba 400 navigation stack setup
Movebase: robot move backwards when it detects an obstacle
An interruptible version of nav stack?
move_base not avoiding obstacles
Move_base can't find a valid plan,when use frontier_exploration
Package nao_remote depends on non-existent package move_base_msgs
The global planner is a key part of move_base; it finds the global path between the start and end state. Why do you want to disable it?
Maybe I misunderstood the concept of global planner and confused it with global map. So even if I don't have a global map and my target is near the robot I still need the global planner? Do global planner great a path to target and local planner how to achieve next point on the target?
Yes. The global planner creates the path, and the local planner executes the path. I've seen a few posts on this forum about running the global planner without a global map, but I haven't tried it myself.