Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
Add missing diagnostic_updater dependency to system_monitor
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Clephas <[email protected]>
  • Loading branch information
Timple committed Feb 7, 2022
1 parent 143131c commit a0b3254
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion system_monitor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ add_compile_options(-std=c++14)
## is used, also find other catkin packages
find_package(catkin REQUIRED COMPONENTS
diagnostic_msgs
diagnostic_updater
roslint
roscpp
std_msgs
Expand All @@ -24,7 +25,11 @@ roslint_cpp()
## catkin specific configuration ##
###################################
catkin_package(
CATKIN_DEPENDS std_msgs
CATKIN_DEPENDS
diagnostic_msgs
diagnostic_updater
roscpp
std_msgs
)

###########
Expand Down
1 change: 1 addition & 0 deletions system_monitor/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<buildtool_depend>catkin</buildtool_depend>
<test_depend>rostest</test_depend>
<depend>diagnostic_msgs</depend>
<depend>diagnostic_updater</depend>
<depend>roscpp</depend>
<depend>roslint</depend>
<depend>std_msgs</depend>
Expand Down

0 comments on commit a0b3254

Please sign in to comment.