fixed cubes rendering. created additional small node for publishing the cubes. debug process made easier
This commit is contained in:
@@ -131,7 +131,14 @@ if (catkin_FOUND AND ENABLE_ROS)
|
||||
install(TARGETS image_render_combine
|
||||
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
|
||||
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
|
||||
RUNTIME DESTINATION $[CATKIN_PACKAGE_BIN_DESTINATION})
|
||||
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})
|
||||
|
||||
add_executable(render_cubes src/render_cubes.cpp)
|
||||
target_link_libraries(render_cubes ov_msckf_lib ${thirdparty_libraries})
|
||||
install(TARGETS render_cubes
|
||||
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
|
||||
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
|
||||
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})
|
||||
|
||||
endif ()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user