merging with lukas

This commit is contained in:
Pavel Lutskov
2019-01-24 11:54:17 +01:00
8 changed files with 306 additions and 0 deletions

View File

@@ -37,5 +37,6 @@ catkin_install_python(PROGRAMS
add_executable(aruco_detector src/aruco_detector.cpp)
add_executable(aruco_effector src/aruco_effector.cpp)
add_executable(speech src/speech.cpp)
target_link_libraries(aruco_detector ${catkin_LIBRARIES} ${aruco_LIB})
target_link_libraries(aruco_effector ${catkin_LIBRARIES} ${aruco_LIB})