SpectacularAI / HybVIO

HybVIO visual-inertial odometry and SLAM system

Home Page:https://arxiv.org/abs/2106.11857

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual inertial ekf slam

poudyalbot opened this issue · comments

Res sir,
Can hybvio perform classical tightly coupled visual inertial ekf slam discarding msckf type update and improvisation described in paper.
Thank you

Hello. EKF-SLAM without any MSCKF pose trail is not supported in this codebase. However, it is possible to do hybrid-EKF-SLAM (i.e., EKF state that consists of both 3D map point and MSKCF-style poses) by modifying the hybridMapSize parameter.