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
The text was updated successfully, but these errors were encountered:
FalakFatima11
changed the title
I have been trying to use lego -LOAM for ouster os1 32 lidar to get 3d point cloud can you please give me an idea how to acheive it.
I have been trying to use lego -LOAM for ouster os1 32 lidar to get 3d point cloud could you please give me an idea how to acheive it.
Sep 1, 2023
There are some changes that are needed to be done in order to effectively run it for OS32.
First we need to modify the Utility.h file- For OS32 change the N_CHANNEL to 32 in OS64 config after uncommenting it and comment the Velodyne one.
Also in utility.h change "extern const string pointCloudTopic = "/velodyne_points";" to whatever your cloud publisher name is, in case of OS32 IG its /cloud_points. (You can see the cloud publisher using the rqt graph command)
Change all the "\camera_init" and "\camera" to "camera_init" and "camera", make sure to do it on all the src files.
However the IMU of Ouster is still not supported by the developers IG. So we have to rely on the visual features only, this may deteriorate the accuracy of the system.
No description provided.
The text was updated successfully, but these errors were encountered: