bobocode / lmono

An Online SLAM System based on LiDAR-Monocular Camera Sensor Fusion.
17 stars 6 forks source link

lmono

LMONO-Fusion: An Online SLAM System based on LiDAR-Monocular Camera Sensor Fusion

This is a framework of LiDAR-monocular camera fusion system. Visual information from monocular camera assist in scene recognization in LiDAR odometry and dense mapping. Automatic calibration between LiDAR and a single camera is provided as well. The pre-print version of our paper is available [here]().

More code is coming...

Feb, 2022 This work is already submitted to TVT.

1. Prerequisites

1.1 Ubuntu and ROS

1.2 Ceres Solver

1.3 PCL

2. Build

2.1 Clone repository

 cd ~/catkin_ws/src
 git clone https://github.com/bobocode/lmono.git
 cd ..
 catkin_make
 source ~/catkin_ws/devel/setup.bash

2.2 Download dataset and test rosbag

2.3 Launch ROS in different terminals

or

   roslaunch aloam_velodyne aloam_velodyne_HDL_32.launch

3.Acknowledgements

Thanks to A-LOAM and VINS-MONO code authors. The major codes in this repository are borrowed from their efforts.