Skip to content
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

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. #266

Open
FalakFatima11 opened this issue Aug 29, 2023 · 1 comment

Comments

@FalakFatima11
Copy link

No description provided.

@FalakFatima11 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
@MohammadAmmargk8497
Copy link

There are some changes that are needed to be done in order to effectively run it for OS32.

  1. 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.
  2. 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)
  3. Change all the "\camera_init" and "\camera" to "camera_init" and "camera", make sure to do it on all the src files.
  4. Add the required changes in the Cmakelist.txt file under src folder as mentioned by @L-Reichardt in LeGO-LOAM with gtsam 4.1.1, with ROS-noetic, and Ubuntu 20.04.03 #247.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants