-
Notifications
You must be signed in to change notification settings - Fork 145
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
warning in terminal #73
Comments
The point type for your pointcloud may be different from what is expected by this package. I would check the point fields in the pointcloud2 message and match them with the point types defined here LiDAR_IMU_Init/src/preprocess.h Lines 35 to 115 in 6d20db3
Most likely the datatype for the ring field is different (e.g. the bag as the ring as a uint8 instead of a uint16) in which case you can just make the change in these lines. |
I have simular warning:
These warnings occur due to the specifics of different lidar data. I handle this warning this way:
|
Hi, when i run the launch file I get this message in the terminal indefinitely:
Failed to find match for field 'ring'.
Here's the info about my rosbag:
Thanks
The text was updated successfully, but these errors were encountered: