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

About Scan2Map #12

Closed
yuqJin opened this issue Jan 8, 2022 · 1 comment
Closed

About Scan2Map #12

yuqJin opened this issue Jan 8, 2022 · 1 comment

Comments

@yuqJin
Copy link

yuqJin commented Jan 8, 2022

The experimental results in your paper show that the performance of self-supervised LO+map has improved significantly. Now I have a question to combine the trained odometry with mapping. How did you embed this project in LOAM?

@cynosure4sure
Copy link
Collaborator

Hi @yuqJin!
We used this implementation of LOAM: https://github.com/laboshinl/loam_velodyne
and in LaserMapping.cpp we switched laser odometry topic "laser_odom_to_init" to our learned odometry topic. You have to take care of some frame transformations as LOAM uses a different frame convention than ROS (Z-forward, X-left and Y-up) and that's about it.

@nubertj nubertj closed this as completed Jan 12, 2022
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

3 participants