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

compatibility of ros version #304

Closed
kimth1757 opened this issue Jan 7, 2022 · 4 comments
Closed

compatibility of ros version #304

kimth1757 opened this issue Jan 7, 2022 · 4 comments

Comments

@kimth1757
Copy link

Hi, I'm Taehan.
Always thanks to your contribution.
We are in the process of lidar map building for urban autonomous driving.
I have a few question about your algorithm.

  1. Does your algorithm (LIO-SAM, LeGO-LOAM) work in ros noetic version?
    • I'v already use your LeGO-LOAM algorithm in ros kinetic version.
  2. In sparse area such as large intersection, do you think is your algorithm work well?
  3. Do you have experience with lidar + RTK based map building?

Actually, I'm having a hard time build a cm-level accuracy lidar map of the urban area.

Thanks in advance.
Taehan.

@dsb6063
Copy link

dsb6063 commented Jan 7, 2022

Follow suggestions in # 206 and algorithm with run in noetic.

catkin_make in ROS Noetic [Error] #206

@dsb6063
Copy link

dsb6063 commented Jan 7, 2022

  1. In sparse area such as large intersection, do you think is your algorithm work well? I have only observed failure indoors because edges were to close and another time with a backpack setup over rough terrain in a clearing that was flat. It depends on the quality of scanner 16 vs 64 and high quality IMU is a must for cm level.
  2. Do you have experience with lidar + RTK based map building?

The algorithm uses the gps elevation to constrain the z-axis. The algorithm uses horizontal in the static transform for a known place. It is difficult to get the data to converge on xyz at cm level without post processing all the data. For online slam, you can do RTK with corrections to help with the z. I am currently working on these cm level items.

@kimth1757
Copy link
Author

  1. In sparse area such as large intersection, do you think is your algorithm work well? I have only observed failure indoors because edges were to close and another time with a backpack setup over rough terrain in a clearing that was flat. It depends on the quality of scanner 16 vs 64 and high quality IMU is a must for cm level.
  2. Do you have experience with lidar + RTK based map building?

The algorithm uses the gps elevation to constrain the z-axis. The algorithm uses horizontal in the static transform for a known place. It is difficult to get the data to converge on xyz at cm level without post processing all the data. For online slam, you can do RTK with corrections to help with the z. I am currently working on these cm level items.

Many thanks to your kind reply!
Taehan.

@kimth1757
Copy link
Author

Thanks for your comment! @dsb6063

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