glim icon indicating copy to clipboard operation
glim copied to clipboard

Questions about the meaning of IMU variables

Open aegai3222 opened this issue 1 year ago • 1 comments

I would like to ask what is the meaning of imu configuration in sensor configuration.

Is imu_int_noise for accelerometer_random_walk and imu_bias_noise for gyroscope_random_walk?

aegai3222 avatar Nov 05 '24 08:11 aegai3222

imu_int_noise models the IMU integration noise over time and corresponds to gtsam::PreintegrationParams::setIntegrationCovariance.

imu_bias_noise models the random walk of IMU bias. Setting a small value to it means assuming the IMU bias is more stably change over time.

koide3 avatar Nov 10 '24 01:11 koide3