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

Trying to understand how the optimization parameters work for Lio-mapping #66

Open
ghost opened this issue May 25, 2020 · 5 comments
Open

Comments

@ghost
Copy link

ghost commented May 25, 2020

Hey. My question is are follows. What do the following parameters do in the indoor_test_config.yaml file in the lio_mapping package?

optimization options

run_optimization: 1

update_laser_imu: 1
gravity_fix: 1

plane_projection_factor: 0

imu_factor: 1
point_distance_factor: 1

prior_factor: 0

marginalization_factor: 1

odom_io: 6

pcl_viewer: 0

I am especially interested in odom_io as it seems to be affecting the trajectory of my odometry, but I am not sure how it affects it.

Thanks

optimization options

@ghost ghost changed the title Trying to understand how the optoimization parameters work for Lio-mapping Trying to understand how the optimization parameters work for Lio-mapping May 25, 2020
@hyye
Copy link
Owner

hyye commented May 26, 2020

Hi @SoguMax, thanks for your interest.
For some of the parameters you may refer to #20 (comment).
The odom_io is used to skip several frames. For example, odom_io: 2 means that it will take 1 point cloud from every 2 point clouds.

@ghost
Copy link
Author

ghost commented May 26, 2020 via email

@ghost
Copy link
Author

ghost commented May 26, 2020 via email

@gisbi-kim
Copy link

gisbi-kim commented Jun 18, 2020

@SoguMax
similar issue.
I'm testing in an outdoor environment
also z drift occurs,
any advice.. ?
result

@hyye
Copy link
Owner

hyye commented Jun 19, 2020

Hi @SoguMax and @kissb2, thanks for your interest. As I mentioned in #18 (comment), this drift is inevitable if the path is long and of no local loop. Adding a loop detection module, e.g., segmap, and optimize the pose graph may help.

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

2 participants