Skip to content

[ROS2][fix] Remove no return points for lidar point conversion

Tong Fu requested to merge ROS2/fix/AddSanityCheckForConversion into feat/ROS2

No return lidar point usually has NaN values or zero values.

A helper function IsValidPoint is used to check the validity of lidar points.

Edited by Tong Fu

Merge request reports