Skip to content

Commit 011bde4

Browse files
chore: fix package.xml to avoid rosdep error
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
1 parent 164b473 commit 011bde4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

control/autoware_autonomous_emergency_braking/package.xml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<test_depend>ament_cmake_ros</test_depend>
1818
<test_depend>ament_lint_auto</test_depend>
1919
<test_depend>autoware_lint_common</test_depend>
20-
<test_depend>autoware_test_utils</test_depend>
2120

2221
<depend>autoware_auto_perception_msgs</depend>
2322
<depend>autoware_auto_control_msgs</depend>

control/autoware_control_evaluator/package.xml

-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@
1515
<buildtool_depend>autoware_cmake</buildtool_depend>
1616

1717
<depend>autoware_evaluator_utils</depend>
18-
<depend>autoware_motion_utils</depend>
1918
<depend>tier4_autoware_utils</depend>
2019
<depend>autoware_auto_planning_msgs</depend>
21-
<depend>autoware_route_handler</depend>
22-
<depend>autoware_universe_utils</depend>
2320
<depend>route_handler</depend>
2421
<depend>diagnostic_msgs</depend>
2522
<depend>pluginlib</depend>

0 commit comments

Comments
 (0)