Skip to content

Commit

Permalink
Add diagnostic_msgs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferry Schoenmakers committed Aug 13, 2024
1 parent df2786a commit c01168f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ endif()
find_package(ament_cmake REQUIRED)
find_package(ament_cmake_ros REQUIRED)
find_package(can_msgs REQUIRED)
find_package(diagnostic_msgs REQUIRED)
find_package(diagnostic_updater REQUIRED)
find_package(fmt REQUIRED)
find_package(rclcpp REQUIRED)
Expand All @@ -31,6 +32,7 @@ target_include_directories(socketcan_bridge_component PUBLIC
$<INSTALL_INTERFACE:include>)
ament_target_dependencies(socketcan_bridge_component
can_msgs
diagnostic_msgs
diagnostic_updater
rclcpp
rclcpp_components
Expand Down
1 change: 1 addition & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ SPDX-License-Identifier: Apache-2.0

<depend>ament_cmake_ros</depend>
<depend>can_msgs</depend>
<depend>diagnostic_msgs</depend>
<depend>diagnostic_updater</depend>
<depend>fmt</depend>
<depend>rclcpp</depend>
Expand Down

0 comments on commit c01168f

Please sign in to comment.