[ROS][fix] Remove no return points for lidar points conversion
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
No return lidar point usually has NaN values or zero values. A helper function IsValidPoint is used to check the validity of lidar points.