Skip to content

Commit 20c6dd4

Browse files
authored
style: fix format of package.xml (autowarefoundation#844)
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
1 parent 54e342a commit 20c6dd4

File tree

109 files changed

+212
-237
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+212
-237
lines changed

common/autoware_ad_api_msgs/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<exec_depend>rosidl_default_runtime</exec_depend>
2020

2121
<test_depend>ament_lint_auto</test_depend>
22-
<test_depend>ament_lint_common</test_depend>
22+
<test_depend>autoware_lint_common</test_depend>
2323

2424
<member_of_group>rosidl_interface_packages</member_of_group>
2525

common/autoware_auto_cmake/package.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<buildtool_export_depend>ament_cmake_uncrustify</buildtool_export_depend>
2121

2222
<test_depend>ament_cmake_lint_cmake</test_depend>
23-
<!-- <test_depend>ament_lint_auto</test_depend> -->
24-
<!-- <test_depend>ament_lint_common</test_depend> -->
23+
<test_depend>ament_lint_auto</test_depend>
24+
<test_depend>autoware_lint_common</test_depend>
2525

2626
<export>
2727
<build_type>ament_cmake</build_type>

common/autoware_auto_common/package.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0"?>
2-
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3-
<package format="2">
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
<package format="3">
44
<name>autoware_auto_common</name>
55
<version>1.0.0</version>
66
<description>Miscellaneous helper functions</description>
77
<maintainer email="opensource@apex.ai">Apex.AI, Inc.</maintainer>
8-
<license>Apache 2</license>
8+
<license>Apache License 2.0</license>
99

1010
<buildtool_depend>ament_cmake_auto</buildtool_depend>
1111
<buildtool_depend>autoware_auto_cmake</buildtool_depend>

common/autoware_auto_geometry/package.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>1.0.0</version>
66
<description>Geometry related algorithms</description>
77
<maintainer email="opensource@apex.ai">Apex.AI, Inc.</maintainer>
8-
<license>Apache 2</license>
8+
<license>Apache License 2.0</license>
99

1010
<buildtool_depend>ament_cmake_auto</buildtool_depend>
1111
<buildtool_depend>autoware_auto_cmake</buildtool_depend>
@@ -18,9 +18,9 @@
1818
<depend>geometry_msgs</depend>
1919

2020
<test_depend>ament_cmake_gtest</test_depend>
21+
<test_depend>ament_lint_auto</test_depend>
22+
<test_depend>autoware_lint_common</test_depend>
2123
<test_depend>osrf_testing_tools_cpp</test_depend>
22-
<!-- <test_depend>ament_lint_auto</test_depend> -->
23-
<!-- <test_depend>ament_lint_common</test_depend> -->
2424

2525
<export>
2626
<build_type>ament_cmake</build_type>

common/autoware_auto_tf2/package.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>1.0.0</version>
66
<description>Transform related utilities for different msg types</description>
77
<maintainer email="jit.ray.c@gmail.com">Jit Ray Chowdhury</maintainer>
8-
<license>Apache 2</license>
8+
<license>Apache License 2.0</license>
99

1010
<buildtool_depend>ament_cmake</buildtool_depend>
1111
<buildtool_depend>autoware_auto_cmake</buildtool_depend>
@@ -21,8 +21,8 @@
2121
<depend>tf2_ros</depend>
2222

2323
<test_depend>ament_cmake_gtest</test_depend>
24-
<!-- <test_depend>ament_lint_auto</test_depend> -->
25-
<!-- <test_depend>ament_lint_common</test_depend> -->
24+
<test_depend>ament_lint_auto</test_depend>
25+
<test_depend>autoware_lint_common</test_depend>
2626

2727
<export>
2828
<build_type>ament_cmake</build_type>

common/fake_test_node/package.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<depend>tf2_ros</depend>
1919

2020
<test_depend>ament_index_python</test_depend>
21-
<!-- <test_depend>ament_lint_auto</test_depend> -->
22-
<!-- <test_depend>ament_lint_common</test_depend> -->
21+
<test_depend>ament_lint_auto</test_depend>
22+
<test_depend>autoware_lint_common</test_depend>
2323

2424
<export>
2525
<build_type>ament_cmake</build_type>

common/global_parameter_loader/package.xml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0"?>
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
23
<package format="3">
34
<name>global_parameter_loader</name>
45
<version>0.1.0</version>

common/had_map_utils/package.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<buildtool_depend>ament_cmake_auto</buildtool_depend>
1111
<buildtool_depend>autoware_auto_cmake</buildtool_depend>
12+
1213
<build_depend>rclcpp</build_depend>
1314
<build_depend>sensor_msgs</build_depend>
1415

@@ -24,7 +25,7 @@
2425

2526
<test_depend>ament_cmake_gtest</test_depend>
2627
<test_depend>ament_lint_auto</test_depend>
27-
<test_depend>ament_lint_common</test_depend>
28+
<test_depend>autoware_lint_common</test_depend>
2829

2930
<export>
3031
<build_type>ament_cmake</build_type>

common/interpolation/package.xml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<maintainer email="fumiya.watanabe@tier4.jp">Fumiya Watanabe</maintainer>
88
<maintainer email="takayuki.murooka@tier4.jp">Takayuki Murooka</maintainer>
99
<license>Apache License 2.0</license>
10+
1011
<buildtool_depend>ament_cmake_auto</buildtool_depend>
1112

1213
<depend>tier4_autoware_utils</depend>

common/kalman_filter/package.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<?xml version="1.0"?>
2-
<package format="2">
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
<package format="3">
34
<name>kalman_filter</name>
45
<version>0.1.0</version>
56
<description>The kalman filter package</description>
67
<maintainer email="yukihiro.saito@tier4.jp">Yukihiro Saito Horibe</maintainer>
8+
<license>Apache License 2.0</license>
9+
710
<author email="takamasa.horibe@tier4.jp">Takamasa Horibe</author>
811

9-
<license>Apache License 2.0</license>
1012
<buildtool_depend>ament_cmake_auto</buildtool_depend>
1113

1214
<test_depend>ament_cmake_cppcheck</test_depend>

common/motion_common/package.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
2-
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3-
<package format="2">
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
<package format="3">
44
<name>motion_common</name>
55
<version>1.0.0</version>
66
<description>Helper functions and base classes to aid the development of motion controllers and planners</description>
@@ -23,9 +23,9 @@
2323

2424
<build_depend>motion_testing</build_depend>
2525

26+
<test_depend>ament_lint_auto</test_depend>
2627
<test_depend>apex_test_tools</test_depend>
27-
<!-- <test_depend>ament_lint_auto</test_depend> -->
28-
<!-- <test_depend>ament_lint_common</test_depend> -->
28+
<test_depend>autoware_lint_common</test_depend>
2929

3030
<export>
3131
<build_type>ament_cmake</build_type>

common/motion_testing/package.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
2-
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3-
<package format="2">
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
<package format="3">
44
<name>motion_testing</name>
55
<version>1.0.0</version>
66
<description>Helper functions to aid in the testing of motion planner and motion controllers</description>
@@ -21,8 +21,8 @@
2121
<build_depend>time_utils</build_depend>
2222

2323
<test_depend>ament_cmake_gtest</test_depend>
24-
<!-- <test_depend>ament_lint_auto</test_depend> -->
25-
<!-- <test_depend>ament_lint_common</test_depend> -->
24+
<test_depend>ament_lint_auto</test_depend>
25+
<test_depend>autoware_lint_common</test_depend>
2626

2727
<export>
2828
<build_type>ament_cmake</build_type>

common/osqp_interface/package.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<depend>rclcpp_components</depend>
1818

1919
<test_depend>ament_cmake_gtest</test_depend>
20+
<test_depend>ament_lint_auto</test_depend>
21+
<test_depend>autoware_lint_common</test_depend>
2022
<test_depend>eigen</test_depend>
21-
<!-- <test_depend>ament_lint_auto</test_depend> -->
22-
<!-- <test_depend>ament_lint_common</test_depend> -->
2323

2424
<export>
2525
<build_type>ament_cmake</build_type>

common/path_distance_calculator/package.xml

+2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@
88
<license>Apache License 2.0</license>
99

1010
<buildtool_depend>ament_cmake</buildtool_depend>
11+
1112
<depend>autoware_auto_planning_msgs</depend>
1213
<depend>rclcpp</depend>
1314
<depend>rclcpp_components</depend>
1415
<depend>tier4_autoware_utils</depend>
1516
<depend>tier4_debug_msgs</depend>
17+
1618
<test_depend>ament_lint_auto</test_depend>
1719
<test_depend>autoware_lint_common</test_depend>
1820

common/polar_grid/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0"?>
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
23
<package format="3">
34
<name>polar_grid</name>
45
<version>0.1.0</version>
56
<description>The polar_grid package</description>
6-
77
<maintainer email="yukihiro.saito@tier4.jp">Yukihiro Saito</maintainer>
88
<license>Apache License 2.0</license>
99

common/signal_processing/package.xml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0"?>
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
23
<package format="3">
34
<name>signal_processing</name>
45
<version>0.1.0</version>

common/tier4_autoware_utils/package.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0"?>
2-
<package format="2">
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
<package format="3">
34
<name>tier4_autoware_utils</name>
45
<version>0.1.0</version>
56
<description>The tier4_autoware_utils package</description>

common/tier4_calibration_rviz_plugin/package.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
<?xml version="1.0"?>
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
23
<package format="3">
34
<name>tier4_calibration_rviz_plugin</name>
45
<version>0.1.0</version>
56
<description>The accel_brake_map_calibrator_button_panel package</description>
6-
77
<maintainer email="tomoya.kimura@tier4.jp">Tomoya Kimura</maintainer>
8-
<author>Tomoya Kimura</author>
8+
<license>Apache License 2.0</license>
99

10-
<license>Apache 2</license>
10+
<author email="tomoya.kimura@tier4.jp">Tomoya Kimura</author>
1111

1212
<buildtool_depend>ament_cmake_auto</buildtool_depend>
13+
1314
<depend>libqt5-core</depend>
1415
<depend>libqt5-widgets</depend>
1516
<depend>qtbase5-dev</depend>

common/tier4_datetime_rviz_plugin/package.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<?xml version="1.0"?>
2-
<package format="2">
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
<package format="3">
34
<name>tier4_datetime_rviz_plugin</name>
45
<version>0.0.0</version>
56
<description>The tier4_datetime_rviz_plugin package</description>
67
<maintainer email="isamu.takagi@tier4.jp">Takagi, Isamu</maintainer>
78
<license>Apache License 2.0</license>
89

910
<buildtool_depend>ament_cmake_auto</buildtool_depend>
11+
1012
<depend>libqt5-core</depend>
1113
<depend>libqt5-gui</depend>
1214
<depend>libqt5-widgets</depend>

common/tier4_debug_tools/package.xml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0"?>
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
23
<package format="3">
34
<name>tier4_debug_tools</name>
45
<version>0.1.0</version>

common/tier4_localization_rviz_plugin/package.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<?xml version="1.0"?>
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
23
<package format="3">
34
<name>tier4_localization_rviz_plugin</name>
45
<version>0.1.0</version>
56
<description>The tier4_localization_rviz_plugin package</description>
6-
<license>Apache License 2.0</license>
7-
87
<maintainer email="isamu.takagi@tier4.jp">Isamu Takagi</maintainer>
8+
<license>Apache License 2.0</license>
99

1010
<buildtool_depend>ament_cmake_auto</buildtool_depend>
11+
1112
<depend>geometry_msgs</depend>
1213
<depend>libqt5-core</depend>
1314
<depend>libqt5-gui</depend>

common/tier4_perception_rviz_plugin/package.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0"?>
2-
<package format="2">
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
<package format="3">
34
<name>tier4_perception_rviz_plugin</name>
45
<version>0.1.0</version>
56
<description>The tier4_perception_rviz_plugin package</description>
6-
77
<maintainer email="yukihiro.saito@tier4.jp">Yukihiro Saito</maintainer>
88
<license>Apache License 2.0</license>
99

common/tier4_planning_rviz_plugin/package.xml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0"?>
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
23
<package format="3">
34
<name>tier4_planning_rviz_plugin</name>
45
<version>0.1.0</version>
@@ -7,6 +8,7 @@
78
<license>Apache License 2.0</license>
89

910
<buildtool_depend>ament_cmake</buildtool_depend>
11+
1012
<depend>autoware_auto_planning_msgs</depend>
1113
<depend>libqt5-core</depend>
1214
<depend>libqt5-gui</depend>

common/tier4_simulated_clock_rviz_plugin/package.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<?xml version="1.0"?>
2-
<package format="2">
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
<package format="3">
34
<name>tier4_simulated_clock_rviz_plugin</name>
45
<version>0.0.1</version>
56
<description>Rviz plugin to publish and control the /clock topic</description>
67
<maintainer email="maxime.clement@tier4.jp">Maxime CLEMENT</maintainer>
78
<license>Apache License 2.0</license>
89

910
<buildtool_depend>ament_cmake_auto</buildtool_depend>
11+
1012
<depend>libqt5-core</depend>
1113
<depend>libqt5-gui</depend>
1214
<depend>libqt5-widgets</depend>

common/tier4_state_rviz_plugin/package.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<?xml version="1.0"?>
2-
<package format="2">
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
<package format="3">
34
<name>tier4_state_rviz_plugin</name>
45
<version>0.0.0</version>
56
<description>The autoware state rviz plugin package</description>
67
<maintainer email="hiroki.ota@tier4.jp">Hiroki OTA</maintainer>
78
<license>Apache License 2.0</license>
89

910
<buildtool_depend>ament_cmake_auto</buildtool_depend>
11+
1012
<depend>autoware_auto_system_msgs</depend>
1113
<depend>autoware_auto_vehicle_msgs</depend>
1214
<depend>libqt5-core</depend>

common/tier4_traffic_light_rviz_plugin/package.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<?xml version="1.0"?>
2-
<package format="2">
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
<package format="3">
34
<name>tier4_traffic_light_rviz_plugin</name>
45
<version>0.0.0</version>
56
<description>The autoware state rviz plugin package</description>
67
<maintainer email="satoshi.ota@tier4.jp">Satoshi OTA</maintainer>
78
<license>Apache License 2.0</license>
89

910
<buildtool_depend>ament_cmake_auto</buildtool_depend>
11+
1012
<depend>autoware_auto_perception_msgs</depend>
1113
<depend>libqt5-core</depend>
1214
<depend>libqt5-gui</depend>

common/tier4_vehicle_rviz_plugin/package.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<?xml version="1.0"?>
2-
<package format="2">
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
<package format="3">
34
<name>tier4_vehicle_rviz_plugin</name>
45
<version>0.1.0</version>
56
<description>The tier4_vehicle_rviz_plugin package</description>
67
<maintainer email="yukihiro.saito@tier4.jp">Yukihiro Saito</maintainer>
78
<license>Apache License 2.0</license>
9+
810
<buildtool_depend>ament_cmake_auto</buildtool_depend>
911

1012
<depend>autoware_auto_vehicle_msgs</depend>

common/time_utils/package.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
2-
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3-
<package format="2">
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
<package format="3">
44
<name>time_utils</name>
55
<version>1.0.0</version>
66
<description>Simple conversion methods to/from std::chrono to simplify algorithm development</description>
@@ -14,8 +14,8 @@
1414
<build_depend>builtin_interfaces</build_depend>
1515

1616
<test_depend>ament_cmake_gtest</test_depend>
17-
<!-- <test_depend>ament_lint_auto</test_depend> -->
18-
<!-- <test_depend>ament_lint_common</test_depend> -->
17+
<test_depend>ament_lint_auto</test_depend>
18+
<test_depend>autoware_lint_common</test_depend>
1919

2020
<export>
2121
<build_type>ament_cmake</build_type>

0 commit comments

Comments
 (0)