started working on node for human rviz window

This commit is contained in:
HRS_D
2019-02-04 19:22:19 +01:00
parent 6f124df8c7
commit 193dcff7a8
2 changed files with 395 additions and 0 deletions

View File

@@ -40,5 +40,7 @@ catkin_install_python(PROGRAMS
add_executable(aruco_detector src/aruco_detector.cpp)
add_executable(speech src/speech.cpp)
add_executable(rviz_human src/rviz_human.cpp)
target_link_libraries(aruco_detector ${catkin_LIBRARIES} ${aruco_LIB})
target_link_libraries(speech ${catkin_LIBRARIES} ${aruco_LIB})
target_link_libraries(rviz_human ${catkin_LIBRARIES} ${aruco_LIB})