Skip to content

Commit

Permalink
fix(tier4_system_launch): add missing exec_depend (#10132)
Browse files Browse the repository at this point in the history
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
  • Loading branch information
isamu-takagi authored Mar 7, 2025
1 parent 5f8d9af commit 9f507cd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions launch/tier4_system_launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,16 @@
<buildtool_depend>ament_cmake_auto</buildtool_depend>
<buildtool_depend>autoware_cmake</buildtool_depend>

<exec_depend>autoware_component_interface_tools</exec_depend>
<exec_depend>autoware_component_state_monitor</exec_depend>
<exec_depend>autoware_dummy_diag_publisher</exec_depend>
<exec_depend>autoware_duplicated_node_checker</exec_depend>
<exec_depend>autoware_hazard_status_converter</exec_depend>
<exec_depend>autoware_mrm_comfortable_stop_operator</exec_depend>
<exec_depend>autoware_mrm_emergency_stop_operator</exec_depend>
<exec_depend>autoware_mrm_handler</exec_depend>
<exec_depend>autoware_processing_time_checker</exec_depend>
<exec_depend>autoware_system_diagnostic_monitor</exec_depend>
<exec_depend>autoware_system_monitor</exec_depend>

<test_depend>ament_lint_auto</test_depend>
Expand Down

0 comments on commit 9f507cd

Please sign in to comment.