December 12, 2022
Kalibr에 사용된 IMU 측정 모델에는 두 가지 유형의 센서 오류가 포함되어 있음
White Noise
Bias
예를 들어, 각도에 대한 rate measurement인 는 아래와 같이 표현 가능
continuous-time
(noise strength)
⇒ 클수록 gyro measurements의 노이즈가 심함을 의미
⇒ : gyroscope_noise_density
in Kalibr
⇒ : accelerometer_noise_density
in Kalibr
discrete-time
continuous-time
: white noise
⇒ 이 값은 bias의 strength와 결합되어 bias를 결정하게 됨
(gyro bias strength), (accel bias strength)
⇒ bias의 variations이 클수록 위 파라미터를 높게 설정해야 함
⇒ : gyroscope_random_walk
in Kalibr
⇒ : accelerometer_random_walk
in Kalibr
discrete-time
White Noise Model
Parameter | Kalibr element | Symbol | Units |
---|---|---|---|
Gyroscope “white noise” | gyroscope_noise_density |
||
Accelerometer “white noise” | accelerometer_noise_density |
||
Gyroscope “random walk” | gyroscope_random_walk |
||
Accelerometer “random walk” | accelerometer_random_walk |
||
IMU sampling rate | update_rate |
The useful open source tool for computing IMU parameters using Allan Deviation