APRIL-ZJU / Ctrl-VIO

[RA-L 2022] Ctrl-VIO: Continuous-Time Visual-Inertial Odometry for Rolling Shutter Cameras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ctrl-VIO

Ctrl-VIO: Continuous-Time Visual-Inertial Odometry for Rolling Shutter Cameras

sw-traj-opt

Ctrl-VIO is a highly-accurate continuous-time visual-inertial odometry system with online calibration for the line exposure time difference (line delay) of the rolling shutter cameras , using continuous-time trajectory parameterized by B-splines to elegantly handle the rolling shutter effect, which outperforms SOTA global shutter method VIO and rolling shutter method VIO on rolling shutter data. A novel marginalization strategy for continuous-time framework is proposed and implemented.

Prerequisites

  • ROS (tested with Melodic)

  • Eigen3

  • Ceres 1.14

  • OpenCV 3.3

  • yaml-cpp

    sudo apt-get install libyaml-cpp-dev

Install

mkdir -p ~/catkin_ctrlvio/src
cd ~/catkin_ctrlvio/src
git clone https://github.com/APRIL-ZJU/Ctrl-VIO.git
cd ~/catkin_ctrlvio
catkin_make
source devel/setup.bash

Example

  • Download TUM-RSVI Dataset.

  • Configure parameters in the config/ct_odometry_tumrs.yaml file.

    • log_path: the path to log
    • config_path: the path of config folder
    • bag_path: the file path of rosbag
  • Run on TUM-RSVI Dataset for example.

    roslaunch ctrlvio odometry.launch

Ctrl-VIO-TUMRSVI

Credits

This code was developed by Xiaolei Lang and Jiajun Lv from APRIL Lab in Zhejiang University.

For researchers that have leveraged or compared to this work, please cite the following:

@article{lang2022ctrl,
  title={Ctrl-vio: Continuous-time visual-inertial odometry for rolling shutter cameras},
  author={Lang, Xiaolei and Lv, Jiajun and Huang, Jianxin and Ma, Yukai and Liu, Yong and Zuo, Xingxing},
  journal={IEEE Robotics and Automation Letters},
  volume={7},
  number={4},
  pages={11537--11544},
  year={2022},
  publisher={IEEE}
}

Acknowledgement

  • The spline module is adapted from basalt.
  • The visual module is adapted from VINS-Mono.

Thanks for their excellent job!

Licence

The code is released under the GNU General Public License v3 (GPL-3).

About

[RA-L 2022] Ctrl-VIO: Continuous-Time Visual-Inertial Odometry for Rolling Shutter Cameras


Languages

Language:C++ 99.7%Language:CMake 0.3%