Skip to content

Commit

Permalink
fix: missing dependency in common components (#9072)
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR authored Nov 7, 2024
1 parent de16353 commit 6c4de54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<license>BSD-3-Clause</license>

<depend>ament_index_cpp</depend>
<depend>autoware_perception_msgs</depend>
<depend>autoware_vehicle_msgs</depend>
<depend>boost</depend>
Expand Down
1 change: 1 addition & 0 deletions common/tier4_state_rviz_plugin/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<buildtool_depend>ament_cmake_auto</buildtool_depend>
<buildtool_depend>autoware_cmake</buildtool_depend>

<depend>ament_index_cpp</depend>
<depend>autoware_adapi_v1_msgs</depend>
<depend>autoware_vehicle_msgs</depend>
<depend>libqt5-core</depend>
Expand Down
1 change: 1 addition & 0 deletions common/tier4_vehicle_rviz_plugin/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<buildtool_depend>ament_cmake_auto</buildtool_depend>
<buildtool_depend>autoware_cmake</buildtool_depend>

<depend>ament_index_cpp</depend>
<depend>autoware_universe_utils</depend>
<depend>autoware_vehicle_msgs</depend>
<depend>libqt5-core</depend>
Expand Down

0 comments on commit 6c4de54

Please sign in to comment.