mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Added MRPT optional dependency. Updated localization_pose + its covariance to be always published.
This commit is contained in:
@@ -433,6 +433,13 @@ IF(CERES_FOUND)
|
||||
)
|
||||
ENDIF(CERES_FOUND)
|
||||
|
||||
IF(MRPT_FOUND)
|
||||
SET(LIBRARIES
|
||||
${LIBRARIES}
|
||||
${MRPT_LIBRARIES}
|
||||
)
|
||||
ENDIF(MRPT_FOUND)
|
||||
|
||||
IF(libpointmatcher_FOUND)
|
||||
SET(INCLUDE_DIRS
|
||||
${INCLUDE_DIRS}
|
||||
|
||||
Reference in New Issue
Block a user