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
These nan values causes error while using sensor data in algorithms. Just by curious, which conditions making those values as NAN ? is it fine to assign some least value or skip those values from driver ?
The text was updated successfully, but these errors were encountered:
Hello,
Have been using robosense lidar (80ch, B pearl) since quite long time. Recently tested LiDAR with ROS2 driver & it works fine.
But in certain part of the code made to publish points with NAN values.
`https://github.com/RoboSense-LiDAR/rs_driver/blob/main/src/rs_driver/driver/decoder/decoder_RS80.hpp
These nan values causes error while using sensor data in algorithms. Just by curious, which conditions making those values as NAN ? is it fine to assign some least value or skip those values from driver ?
The text was updated successfully, but these errors were encountered: