ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

use some functions of move_base

asked 2014-09-08 09:21:10 -0500

alex920a gravatar image

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)

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-09-08 09:43:46 -0500

dornhege gravatar image

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.

edit flag offensive delete link more

Comments

This is correct. Check out the costmap2d_node in the costmap package.

David Lu gravatar image David Lu  ( 2014-09-08 10:46:42 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-09-08 09:21:10 -0500

Seen: 83 times

Last updated: Sep 08 '14