Skip to content

Commit

Permalink
Merge pull request #3 from kefrobotics/development
Browse files Browse the repository at this point in the history
Add diagnostic_msgs as ROS2 dependency in CMakeLists.txt files
  • Loading branch information
facontidavide authored Jan 4, 2021
2 parents 55786e2 + 91112aa commit d200a0c
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 d200a0c

Please sign in to comment.