Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SetLivoxLidarPointCloudCallBack does not sample. How can I obtain all point cloud data for each frame? #60

Open
Waynepoo opened this issue Nov 20, 2023 · 2 comments

Comments

@Waynepoo
Copy link

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

@georgflick
Copy link

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.

@samsaber1998
Copy link

Hi, do u find the way to get pointcloud data for each frame? I have the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants