move_base without global planner
Hello,
Can I use movebase without globalplanner? If yes how do I disable it?
Thank you
Asked by metRo_ on 2016-07-20 16:57:16 UTC
Hello,
Can I use movebase without globalplanner? If yes how do I disable it?
Thank you
Asked by metRo_ on 2016-07-20 16:57:16 UTC
Comments
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?
Asked by ahendrix on 2016-07-20 17:16:27 UTC
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?
Asked by metRo_ on 2016-07-20 17:47:58 UTC
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.
Asked by ahendrix on 2016-07-21 12:16:57 UTC