Merge branch 'point-lio-with-grid-map' of https://github.com/hku-mars/Point-LIO into point-lio-with-grid-map

This commit is contained in:
Joanna-HE
2024-05-06 03:43:08 -04:00
2 changed files with 8 additions and 1 deletions

View File

@@ -74,7 +74,10 @@ link_directories(
${PCL_LIBRARY_DIRS}
)
<<<<<<< HEAD
=======
>>>>>>> 08e893cda5c52c675c04908d85821af18a89adb7
generate_messages(
DEPENDENCIES
geometry_msgs
@@ -85,8 +88,12 @@ catkin_package(
DEPENDS EIGEN3 PCL
INCLUDE_DIRS
)
<<<<<<< HEAD
add_executable(pointlio_mapping src/laserMapping.cpp
=======
add_executable(pointlio_mapping src/laserMapping.cpp
>>>>>>> 08e893cda5c52c675c04908d85821af18a89adb7
src/li_initialization.cpp src/parameters.cpp src/preprocess.cpp src/Estimator.cpp
src/IMU_Processing.cpp)
target_link_libraries(pointlio_mapping ${catkin_LIBRARIES} ${PCL_LIBRARIES} ${PYTHON_LIBRARIES})

View File

@@ -11,7 +11,7 @@ preprocess:
lidar_type: 1 # 4
scan_line: 6 # 32
timestamp_unit: 1 # the unit of time/t field in the PointCloud2 rostopic: 0-second, 1-milisecond, 2-microsecond, 3-nanosecond.
blind: 0.50
blind: 0.5
mapping:
imu_en: true