You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use function projectLaser and given the range_cutoff as default value -1, the range_cutoff will be set to scan_in.range_max, and it will let the points with the max_range be discarded.
Hi,
When I use function
projectLaser
and given therange_cutoff
as default value -1, therange_cutoff
will be set toscan_in.range_max
, and it will let the points with the max_range be discarded.However, in the doc of sensor_msgs/LaserScan, it says:
I think the point that the range equals to max_range exactly should not be discarded.
The text was updated successfully, but these errors were encountered: