PRBonn / kinematic-icp

A LiDAR odometry pipeline for wheeled mobile robots
https://www.ipb.uni-bonn.de/wp-content/papercite-data/pdf/kissteam2025icra.pdf
MIT License
197 stars 22 forks source link

Odometry Regularization #19

Closed tizianoGuadagnino closed 1 week ago

tizianoGuadagnino commented 2 weeks ago

Motivation

I would like to give the user the possibility of tuning the odometry regularization, basically controlling how much they trust their wheel odometry.

How did I do it

Just add a flag use_adaptive_odometry_regularization. If false, the regularization will fall back to the fixed_regularization value, which can be settled to zero if the user does not believe in the wheel odometry at all.