started with imitation

This commit is contained in:
Pavel Lutskov
2019-01-24 17:48:16 +01:00
parent 99bfaa924c
commit fd36b56631
6 changed files with 86 additions and 66 deletions

View File

@@ -31,12 +31,11 @@ include_directories(
catkin_install_python(PROGRAMS
./script/controller.py
./script/walker.py
./script/fall_manager.py
./script/fall_detector.py
./script/imitator.py
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)
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})