created rosnode to render images
This commit is contained in:
@@ -126,6 +126,13 @@ if (catkin_FOUND AND ENABLE_ROS)
|
||||
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
|
||||
)
|
||||
|
||||
add_executable(image_render_combine src/imrender_combine.cpp)
|
||||
target_link_libraries(image_render_combine ov_msckf_lib ${thirdparty_libraries})
|
||||
install(TARGETS image_render_combine
|
||||
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
|
||||
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
|
||||
RUNTIME DESTINATION $[CATKIN_PACKAGE_BIN_DESTINATION})
|
||||
|
||||
endif ()
|
||||
|
||||
add_executable(run_simulation src/run_simulation.cpp)
|
||||
|
||||
Reference in New Issue
Block a user