mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-09 04:50:20 +08:00
Added VLP16 in cmake status
This commit is contained in:
@@ -1687,6 +1687,11 @@ ENDIF()
|
||||
|
||||
MESSAGE(STATUS "")
|
||||
MESSAGE(STATUS " LiDAR Drivers:")
|
||||
IF(PCL_VERSION VERSION_GREATER_EQUAL "1.8.0")
|
||||
MESSAGE(STATUS " With Velodyne VLP16 = YES")
|
||||
ELSE()
|
||||
MESSAGE(STATUS " With Velodyne VLP16 = NO (PCL>=1.8 required)")
|
||||
ENDIF()
|
||||
IF(OusterSDK_FOUND)
|
||||
MESSAGE(STATUS " With Ouster SDK ${OusterSDK_VERSION} = YES")
|
||||
ELSEIF(NOT WITH_OUSTER)
|
||||
|
||||
Reference in New Issue
Block a user