ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If you can see only the global costmap, probably is because it is initialized from the map_server and your laser scan doesn't get to the costmaps.
If is this the problem try to modify the laser's parameters in the common parameters.
Use this link for the complete list.
As a first try I would check if the tf of your laser_base is between min_obstacle_height
and max_obstacle_height
(default 0 and 2).