ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
About the possibility to synchronize the costmap with the robot heading, I found that you can set the following parameters in the configuration file:
global_frame : base_footprint
robot_base_frame: base_footprint
In this way, the costmap will follow the robot also in orientation changes. Hope it is useful.