-
Notifications
You must be signed in to change notification settings - Fork 131
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
How to run with pyLiDAR-SLAM on KITTI-corrected? #54
Comments
Hi, |
Thank you sooooooooooooo much! This is really important to me! |
@samsdolphin Did you get the help about this? |
Hi, sorry it takes a little more time than expected.. Still on this |
Hi @estevancandido, I managed to run it using the script below, but the results are worse than expected.
So I write a scan-context-based loop closure ROS node and publish the point clouds and the corresponding poses generated from ct_icp in another node. If you wish, I could open-source it. You can tune the parameters by yourself. The odometry results are improved from the ct_icp (without loop closure) and are much better than those using the pyLiDAR-SLAM script above. |
Hi,@samsdolphin, it's wonderful that you have written scan-context-based loop closure code. I'm wondering if you could open-source it. I would be very grateful. |
@Forrest-110, sure, give me some time, maybe this weekend. |
@samsdolphin Thank you so much! |
Hi @Forrest-110, I have created a repository called sc_ct_icp which functions as described above. |
Hi, @samsdolphin . Thanks a lot. Your work is EXCELLENT! |
Hi, @samsdolphin . Sorry to bother you again. I'm also attempting to reproduce the loop closure results using pyLidar-SLAM, but it seems that currently ct-icp python binding is broken. I tried the old-master version of CT-ICP, but when I run pyLIDAR-SLAM using "python run.py slam/odometry=ct-icp ...", it says "In slam, Could not find 'slam/odometry/ct-icp'". It seems that the config file of CT-ICP in pyLIDAR-SLAM is missing. Do you have any ideas? Thanks again for your kindness! |
Hi @Forrest-110, I am sorry, I don't have any spare time on this issue. I think as long as you can run the original |
Hello authors. Thank you all for your excellent work. It's amazing!
I can reproduce the results of KITTI-corrected in your paper (Table I), and I wish to run your ct_icp with pyLiDAR-SLAM (as it produces a loop closure function if I understand your code correctly). However, in your repo and pyLiDAR-SLAM, I cannot find any script to execute pyLiDAR-SLAM with your ct_icp module.
Could you please let me know how to run it or if you could directly upload the pose results of KITTI-corrected (with loop closure)?
I sincerely appreciate your work and consideration! Thanks again!
The text was updated successfully, but these errors were encountered: