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
Thanks for your reply :). I want to fuse vio (vision imu odometry) pose estimation with IMU measurement. I noticed in mars_lib it can be done by use vio pose as a absolute state measurement and use sensor states Tvw and scale transform vio estimate to fused core state coordinate frame. The vio is a vision odometry and the Tvw and scale might change by time, but the determinant of covariance of Tvw will become smaller and smaller and it cause Tvw becoming increasingly difficult to update.
So In my case, I want to use vio as a relative pose estimate between time point of camera pose and fuse it to core state. The method was mentioned in msf paper "A Robust and Modular Multi-Sensor Fusion Approach Applied to MAV Navigation". But there is no relative part in mars_lib.
Is mars_lib lost support for relative measurement compared with ethzasl_msf? I haven't seen any part of relative measurement in source code.
The text was updated successfully, but these errors were encountered: