use some functions of move_base
Hello! Is there any way to use only some functions of move_base? I want to use in my node only the global costmap created with move_base and nothing else (no planners)
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hello! Is there any way to use only some functions of move_base? I want to use in my node only the global costmap created with move_base and nothing else (no planners)
You can either create a costmap object yourself in your code or if you want the one from move_base, just start it as normal and don't call the planners. move_base won't do anything if you don't send it anything.
Asked: 2014-09-08 09:21:10 -0600
Seen: 82 times
Last updated: Sep 08 '14
Big odom error when moving forward with plain environment
How to modify move_base minimum velocities?
Costmap shows free space as obstacles
Why so much spinning in place with move_base?
move_base: how to move robot smoothly
No local costmap published after hydro migration