CTLO: Continuous-Time LiDAR Odometry
CTLO (Continuous-Time LiDAR Odometry) is an accurate and robust LiDAR odometry (LO).
Ubuntu >= 18.04
For Ubuntu 18.04 or higher, the default PCL and Eigen is enough for ct_lio to work normally.
ROS >= Melodic. ROS Installation
PCL >= 1.8, Follow PCL Installation.
Eigen >= 3.3.4, Follow Eigen Installation.
Clone the repository and catkin_make:
NOTE:[This is import] before catkin_make, make sure your dependency is right(you can change in ./cmake/packages.cmake)
cd ~/$A_ROS_DIR$/src
git clone https://github.com/chengwei0427/CTLO.git
cd CTLO
cd ../..
catkin_make
source devel/setup.bash
- If you want to use a custom build of PCL, add the following line to ~/.bashrc
export PCL_ROOT={CUSTOM_PCL_PATH}
Noted:
A. Please make sure the Lidar has 'time'
Mid-360 testdata can be downloaded from Baidu Pan(password:a6u3)