Added VLP16 in cmake status

This commit is contained in:
matlabbe
2024-08-18 21:17:59 -07:00
parent 7aa143fa95
commit fc61efbc47
+5
View File
@@ -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)