ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi,
What are the parameters of the local costmap? Which frame it is linked (should be /odom)? The problem could be also the attached frame used on the sensor for the obstacle layer. For example, use sensor_frame: base_link
instead of sensor_frame: zed_camera_link
, so that zed point cloud is transformed in base_link before ray tracing in the local costmap.
cheers