diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e1b95d..fda9a54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,6 @@ cmake_minimum_required(VERSION 2.8.3) project(fast_lio) +cmake_policy(SET CMP0074 NEW) SET(CMAKE_BUILD_TYPE "Debug") diff --git a/README.md b/README.md index 2813b61..5ee289e 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,9 @@ Clone the repository and catkin_make: catkin_make source devel/setup.bash ``` +*Remarks:* +- If you want to use a custom build of PCL, add the following line to ~/.bashrc +```export PCL_ROOT={CUSTOM_PCL_PATH}``` ## 3. Directly run ### 3.1 For indoor environments (support maximum 50hz frame rate) Connect to your PC to Livox Avia LiDAR by following [Livox-ros-driver installation](https://github.com/Livox-SDK/livox_ros_driver), then diff --git a/include/so3_math.h b/include/so3_math.h index 9f538a2..40d1aed 100644 --- a/include/so3_math.h +++ b/include/so3_math.h @@ -3,7 +3,7 @@ #include #include -#include +#include // #include #define SKEW_SYM_MATRX(v) 0.0,-v[2],v[1],v[2],0.0,-v[0],-v[1],v[0],0.0