started working on node for human rviz window
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user