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'm using a-loam as part of a ros workflow to help stabilize point clouds captured with an ouster lidar scanner. I feed a-loam data played from a bag (referred to as pc.bag) containing PointCloud2 and imu messages while recording the the /velodyne_cloud_registered topic of PointCloud2 messages.
My issue when I visualize this data is I only see colored rings from bottom to top instead of intensity values.
After inspecting some of the code base I see that there is a line setting the intensity value to something else
I'm using a-loam as part of a ros workflow to help stabilize point clouds captured with an ouster lidar scanner. I feed a-loam data played from a bag (referred to as
pc.bag
) containing PointCloud2 and imu messages while recording the the /velodyne_cloud_registered topic of PointCloud2 messages.My issue when I visualize this data is I only see colored rings from bottom to top instead of intensity values.
After inspecting some of the code base I see that there is a line setting the intensity value to something else
A-LOAM/src/scanRegistration.cpp
Line 239 in e51f88c
Is there some where in the code where I can specify that I want the original values which my
pc.bag
has?The text was updated successfully, but these errors were encountered: