-
Notifications
You must be signed in to change notification settings - Fork 75
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
Problem with Riverside datasets #22
Comments
RVIZ doesn't work because it tries to read Ambient ring etc and the riverside data has XYZI data. |
You are saying that although the rviz shows nothing, the algorithm still runs in the background? |
Every lidar has its own output format!! For example RS lidars have XYZ or XYZI format, velodyne lidars have XYZIR or XYZIRT. So running this project the package trying to read ambient ring etc, while oyster LiDAR has XYZIR data. So you are trying to insert XYZIR data to a package which trying to find ambient ring etc data. That's why even if the package is running properly you can't visualize the data. |
I'm having this problem when runing one of the riverside datasets:
I looked into #10, but this doesn't help me, because when I go in RVIZ, there is nothing happening, it dosent want to visualize any pointcloud2 topic
The text was updated successfully, but these errors were encountered: