merge with rviz branch

This commit is contained in:
Pavel Lutskov
2019-02-08 13:58:35 +01:00
5 changed files with 610 additions and 0 deletions

View File

@@ -51,4 +51,7 @@ catkin_install_python(PROGRAMS
)
add_executable(aruco_detector src/aruco_detector.cpp)
add_executable(rviz_human src/rviz_human.cpp)
target_link_libraries(aruco_detector ${catkin_LIBRARIES})
target_link_libraries(rviz_human ${catkin_LIBRARIES})