feat(slam): add rtabmap_ros
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
ADD_EXECUTABLE(calibration main.cpp)
|
||||
TARGET_LINK_LIBRARIES(calibration rtabmap_gui)
|
||||
|
||||
SET_TARGET_PROPERTIES( calibration
|
||||
PROPERTIES OUTPUT_NAME ${PROJECT_PREFIX}-calibration)
|
||||
|
||||
INSTALL(TARGETS calibration
|
||||
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT runtime
|
||||
BUNDLE DESTINATION "${CMAKE_BUNDLE_LOCATION}" COMPONENT runtime)
|
||||
Reference in New Issue
Block a user