implemented YAML parsing for rviz_human
This commit is contained in:
@@ -54,4 +54,4 @@ add_executable(aruco_detector src/aruco_detector.cpp)
|
||||
add_executable(rviz_human src/rviz_human.cpp)
|
||||
|
||||
target_link_libraries(aruco_detector ${catkin_LIBRARIES})
|
||||
target_link_libraries(rviz_human ${catkin_LIBRARIES})
|
||||
target_link_libraries(rviz_human ${catkin_LIBRARIES} yaml-cpp)
|
||||
|
||||
Reference in New Issue
Block a user