We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, thank you for your great dataset. I have a question, how can I parse RS-LiDAR32 data? Could please you provide a sample code like this?
struct PointXYZIT { float x; float y; float z; unsigned char intensity; double timestamp; EIGEN_MAKE_ALIGNED_OPERATOR_NEW } EIGEN_ALIGN16; POINT_CLOUD_REGISTER_POINT_STRUCT (PointXYZIT, (float, x, x) (float, y, y) (float, z, z) (uint8_t, intensity, intensity) (double, timestamp, timestamp) )
The text was updated successfully, but these errors were encountered:
Hi @yuhui-xie , this LiDAR data is provided with the ROS PointCloud2 format which is easy to access (should be).
Best, Weisong,
Sorry, something went wrong.
No branches or pull requests
Hi, thank you for your great dataset. I have a question, how can I parse RS-LiDAR32 data? Could please you provide a sample code like this?
The text was updated successfully, but these errors were encountered: