Skip to content

Commit

Permalink
Add diagnostic_msgs as ROS2 dependency in CMakeLists.txt files
Browse files Browse the repository at this point in the history
  • Loading branch information
paulerikf committed Jan 4, 2021
1 parent 55786e2 commit 91112aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ elseif( DEFINED ENV{AMENT_PREFIX_PATH})
find_package(sensor_msgs REQUIRED)
find_package(geometry_msgs REQUIRED)
find_package(nav_msgs REQUIRED)
find_package(diagnostic_msgs REQUIRED)
find_package(fastcdr REQUIRED)
find_package(Boost REQUIRED)
find_package(plotjuggler_msgs REQUIRED)
Expand Down
1 change: 1 addition & 0 deletions plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ elseif(COMPILING_WITH_AMENT)
sensor_msgs
geometry_msgs
nav_msgs
diagnostic_msgs
plotjuggler_msgs
tf2_msgs
tf2_ros
Expand Down

0 comments on commit 91112aa

Please sign in to comment.