-
Notifications
You must be signed in to change notification settings - Fork 123
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
Frame Changes #92
Comments
It seems like the scan matching is failing around the bottom right of the image. |
I am using the following yaml file which is not different with the origin of lidarslam.
|
Since the original file is designed for outdoor use, try adjusting the ndt_resolution to 1.0, vg_size_for_input to between 0.1 and 0.5, and trans_for_mapupdate to 1.0. It seems better to increase the ndt_num_threads as much as possible because it's too small. |
It might be good to halve ndt_resolution, trans_for_mapupdate,vg_size_for_input, and vg_size_for_map. If the processing cannot keep up, please play the rosbag slower. Is the scan matching failing at the door area or when it rotates at the narrow staircase? You may need to tune the parameters to avoid misalignment there. In the worst case, you might need to remeasure that part slowly |
Dear rsasaki, Although really feel sorry for asking so many questions, may I know the difference between using IMU in this package and li_slam_ros2 which is a combination of LIO-SAM IMU composite method. |
This package's IMU only corrects for scan distortion and does not use the timestamp of each point in the point cloud, which slightly reduces accuracy. This is because it is based on the older lego-loam rather than lio-sam. |
I am trying this repository with my 3D LiDAR and it perfectly works in simple environment which has no many direction changes.
But when i try in the environment with a lot of corner, my LiDAR frame changes a lot and cannot find loop closures. How should i fix this in which config parameters?Thanks for your great work.
I am using only 3D LiDAR without IMU.
The text was updated successfully, but these errors were encountered: