move_base without global planner

asked 2016-07-20 16:57:16 -0500

metRo_ gravatar image

Hello,

Can I use move_base without global_planner? If yes how do I disable it?

Thank you

edit retag flag offensive close merge delete

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?

ahendrix gravatar image ahendrix  ( 2016-07-20 17:16:27 -0500 )edit

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?

metRo_ gravatar image metRo_  ( 2016-07-20 17:47:58 -0500 )edit
1

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.

ahendrix gravatar image ahendrix  ( 2016-07-21 12:16:57 -0500 )edit