move_base without global planner
Hello,
Can I use move_base without global_planner? If yes how do I disable it?
Thank you
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
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: 680 times
Last updated: Jul 20 '16
base_global_planner doesn't update in planner_frequency.
Failed to create global_planner/GlobalPlanner
Setting default tolerance on Global Planner with Move Base [closed]
Move base global planners switching
Global Costmap not align with Static Map
How to specify costmap_2d layers?
How to edit package source code?
global path planner pass through high cost area on local cost map
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.