gaoxiang12 / faster-lio

Faster-LIO: Lightweight Tightly Coupled Lidar-inertial Odometry using Parallel Sparse Incremental Voxels
GNU General Public License v2.0
984 stars 259 forks source link

Remove duplicate add_definitions statement #59

Closed xiaodong2077 closed 8 months ago

xiaodong2077 commented 10 months ago

The code contained a duplicate add_definitions statement for defining the ROOT_DIR macro. This commit removes the redundant statement to improve code clarity and consistency.