Skip to content

Implementation of "LVI-ExC: A Target-free LiDAR-Visual-Inertial Extrinsic Calibration Framework", ACM MM 2022.

Notifications You must be signed in to change notification settings

peterWon/LVI-ExC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Thirdparty Dependence

Build

  • clone this repository to your directory of ROS workspace
  • catkin_make

How to run

  • Set configurations in "src/lvi_calib/cfg/lvi.yaml"

    • The folder structure is as follows:

  • Save camera trajectory from ORB-SLAM2 to the "ORB" folder

    • Download the vocabulary from the original repository of ORB-SLAM2

      roslaunch lvi_exc write_orb_slam_results.launch
      
  • Save LiDAR trajectory from LOAM to the "LOAM" folder

    • The modified A-LOAM is included in this repository

      roslaunch aloam_velodyne aloam_velodyne_VLP_16.launch bag_filename:=YOUR_RECORDED_BAGFILE
      
  • Calibrate LiDAR-Camera-IMU extrinsics

    roslaunch lvi_exc lvi_init_orb_surfel.launch

Acknowledgements

About

Implementation of "LVI-ExC: A Target-free LiDAR-Visual-Inertial Extrinsic Calibration Framework", ACM MM 2022.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages