ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I faced a similar issue in a much simpler setup. I found out ObstacleLayer
of Costmap2D
will not put any obstacles from a sensor in the costmap, if there is negative z-offset between the sensor_frame
plane and map
plane (assuming a planar lidar as sensor). I could get around this by setting a negative value for min_obstacle_height
(less than the z offset between two planes).