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

Revision history [back]

octomap_server will truncate all rays longer than max_range to that range and clear up to that range. That means that longer rays won't be dropped but will still be used to update the free space. If your max range measurements actually mean errors which should not be integrated then you need to filter the points yourself or set them to "nan" in the point cloud. These error values will then be dropped.