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
I am currently working with the Livox Lidar Quick Start project, and I have a question regarding the SetLivoxLidarPointCloudCallBack function.
In my setup, I am using the callback function PointCloudCallback, and I have observed that data->dot_num only provides 96 sample points. However, I am interested in obtaining the complete set of points for a single frame
The text was updated successfully, but these errors were encountered:
I think for that you can have a look how its done in the livox_ros_driver2, there the points are collected in a queue (in the OnLivoxLidarPointCloudCallback function) and a timer (running with e.g. 10 Hz) is then taking all the collected points and publishes them on a rostopic.
I am currently working with the Livox Lidar Quick Start project, and I have a question regarding the SetLivoxLidarPointCloudCallBack function.
In my setup, I am using the callback function PointCloudCallback, and I have observed that data->dot_num only provides 96 sample points. However, I am interested in obtaining the complete set of points for a single frame
The text was updated successfully, but these errors were encountered: