mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Added tool to test RGB-D camera: rtabmap-rgbd_camera Fixed Freenect corrupted depth image (after some time) git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1366 f169173b-cf89-36c8-b27e-44dbe73f0c83
13 lines
235 B
CMake
13 lines
235 B
CMake
|
|
ADD_SUBDIRECTORY( BOWMapping )
|
|
|
|
IF(TARGET rtabmap_gui)
|
|
ADD_SUBDIRECTORY( RGBDMapping )
|
|
ELSE()
|
|
MESSAGE(STATUS "RTAB-Map GUI lib is not built, the RGBDMapping example will not be built...")
|
|
ENDIF()
|
|
|
|
ADD_SUBDIRECTORY( CameraRGBD )
|
|
|
|
|