started with imitation
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user