Skip to content

Commit 0f69c40

Browse files
fix:component tools
Signed-off-by: jack.song <jack.song@autocore.ai>
1 parent b044c31 commit 0f69c40

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

common/component_interface_tools/package.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
<maintainer email="kahhooi.tan@tier4.jp">Kah Hooi Tan</maintainer>
1010
<license>Apache License 2.0</license>
1111

12-
<buildtool_depend>ament_cmake_auto</buildtool_depend>
12+
<buildtool_depend>ament_cmake_core</buildtool_depend>
13+
<buildtool_depend>ament_cmake_export_dependencies</buildtool_depend>
14+
<buildtool_depend>ament_cmake_test</buildtool_depend>
1315
<buildtool_depend>autoware_cmake</buildtool_depend>
1416

1517
<depend>diagnostic_updater</depend>
@@ -21,7 +23,7 @@
2123
<test_depend>ament_lint_auto</test_depend>
2224
<test_depend>autoware_lint_common</test_depend>
2325
<test_depend>ament_cmake_ros</test_depend>
24-
26+
2527
<export>
2628
<build_type>ament_cmake</build_type>
2729
</export>

common/component_interface_tools/test/test_service_log_checker.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 TIER IV, Inc.
1+
// Copyright 2023 The Autoware Contributors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)