-
Notifications
You must be signed in to change notification settings - Fork 145
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
LiDAR-only odometry is failed with M2DGR dataset #19
Comments
Sorry for the late reply. I will download this data and try to find out why lidar odometry failed. |
I suggest feature_extract_en is set to false (even though it might not be the cause of odometry failure). |
@zfc-zfc |
Hi, the problem is clear now. The offset time of each point given by this bag is abnormal. By printing the time field of the input point, I saw some negative values. So I have to compute the offset time by hands. The updated version can run on the M2DGR dataset, at least for the first 50 seconds (The bag I downloaded is incomplete). Warm Reminder: If you just want to run LiDAR odometry, not want to use lidar imu initialization, you can set data_accum_length as 9999999, and decrease gyr_cov and acc_cov to 0.1~1.0. |
@zfc-zfc |
@zfc-zfc
Thanks for your great work.
When I use LiDAR-IMU init with my custom data, LiDAR-only odometry is failed.
I use the M2DGR dataset (Velodnye VLP-32 and handsfree IMU)
My custom m2dgr yaml file is like below.
And the result looks like this, I used the
door_02
sequence. (outdoor scene)LiDAR-only odometry is failed so online refinement is inaccurate.
Can you tell me what caused this?
Do I need to modify the config file?
I saw this issue #11 , is it impossible to calculate lidar-only odometry measured by Ground robot?
I'd appreciate it if you give me an answer.
Thanks,
The text was updated successfully, but these errors were encountered: