Skip to content
/ msckf_cg Public

Modified version of KumarRobotics/msckf_vio (commit e3a39a9 on Jul 26, 2019), a stereo version of MSCKF.

License

Notifications You must be signed in to change notification settings

cggos/msckf_cg

Repository files navigation

msckf_vio

Modified version of KumarRobotics/msckf_vio (commit e3a39a9 on Jul 26, 2019), a stereo version of MSCKF.

The software takes in synchronized stereo images and IMU messages and generates real-time 6DOF pose estimation of the IMU frame.


Build

mkdir -p ws_msckf/src
cd ws_msckf/src
git clone xxx
cd ../
catkin_make --pkg msckf_vio [--cmake-args -DCMAKE_BUILD_TYPE=Release]

Run

with Dataset

  • run with EuRoC dataset

    rosbag play -s 25 MH_01_easy.bag
    # or
    rosbag play V1_01_easy.bag
    
    roslaunch msckf_vio msckf_vio_euroc.launch [rviz:=true]

  • Note

with Live Camera

  • run with MYNTEYE-S1030 (Stereo + IMU)
    roslaunch msckf_vio msckf_vio_mynteye_s1030.launch [rviz:=true]