You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I successfully ran the IMU + 6DoF Odom example.
My question is - how do we know that the Kalman filter (either EKF or UKF) correctly takes the IMU into account?
I want to use the Kalman filter to get estimated position at times either in between VO updates or as a prediction into the future. What I wonder is how do I know that the results of the filter are more accurate than either interpolation or extrapolation of 2 VO updates?
The estimated pose is published right after the new VO (visual odometry) is given (see code [here])(
). I expect to see the estimated pose (green track) close to the VO track (red) even if the IMU is completely off, as long as the covariance given to the IMU is small enough.
I tried using the ground truth provided here but the VO and the ground truth are not aligned (naturally since the VO has no way of knowing absolute coordinates...)
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I successfully ran the IMU + 6DoF Odom example.
My question is - how do we know that the Kalman filter (either EKF or UKF) correctly takes the IMU into account?
I want to use the Kalman filter to get estimated position at times either in between VO updates or as a prediction into the future. What I wonder is how do I know that the results of the filter are more accurate than either interpolation or extrapolation of 2 VO updates?
The estimated pose is published right after the new VO (visual odometry) is given (see code [here])(
imu_x_fusion/src/imu_vo_ekf.cpp
Line 127 in 59bf2ab
I tried using the ground truth provided here but the VO and the ground truth are not aligned (naturally since the VO has no way of knowing absolute coordinates...)
Thanks
The text was updated successfully, but these errors were encountered: