-
Notifications
You must be signed in to change notification settings - Fork 114
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
Laser SLAM crashing #28
Comments
Thanks for reporting this! Could you please copy and paste the error log? |
I've gotten a variety of them - here's the last one that I got.
|
Ok that occurs when doing an ICP step after a loop closure is detected. In our latest development we turned this option off by setting the following parameter to false: In general, relying on the segment centroids already provide a satisfying transformation. Could you maybe try turning this parameter to false? |
When running on the KITTI datasets, the laser_mapper node crashes and respawns every so often, restarting mapping and state estimation. It seems to be linked to exceptions or errors being related to ICP convergence issues.
I think performance could be greatly increased by catching the exceptions and then relying on odometry rather than letting the node die and then respawning it.
The text was updated successfully, but these errors were encountered: