Skip to content

Commit

Permalink
Fix building for 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMacenski committed Jun 4, 2024
1 parent 963d6e1 commit 5230153
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions opennav_docking/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ find_package(tf2_geometry_msgs REQUIRED)
find_package(tf2_ros REQUIRED)
find_package(pluginlib REQUIRED)
find_package(yaml_cpp_vendor REQUIRED)
find_package(yaml-cpp REQUIRED)
find_package(opennav_docking_msgs REQUIRED)
find_package(opennav_docking_core REQUIRED)

Expand Down Expand Up @@ -68,6 +69,9 @@ ament_target_dependencies(${library_name}
${dependencies}
)

target_link_libraries(${library_name}
yaml-cpp::yaml-cpp)

add_library(pose_filter SHARED
src/pose_filter.cpp
)
Expand Down

0 comments on commit 5230153

Please sign in to comment.