mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Added CameraRealsSense2 driver (tested only with D435)
This commit is contained in:
@@ -185,6 +185,17 @@ IF(RealSense_FOUND)
|
||||
)
|
||||
ENDIF(RealSense_FOUND)
|
||||
|
||||
IF(realsense2_FOUND)
|
||||
SET(INCLUDE_DIRS
|
||||
${INCLUDE_DIRS}
|
||||
${realsense2_INCLUDE_DIRS}
|
||||
)
|
||||
SET(LIBRARIES
|
||||
${LIBRARIES}
|
||||
realsense2
|
||||
)
|
||||
ENDIF(realsense2_FOUND)
|
||||
|
||||
IF(DC1394_FOUND)
|
||||
SET(INCLUDE_DIRS
|
||||
${INCLUDE_DIRS}
|
||||
|
||||
Reference in New Issue
Block a user