Skip to content

Commit 61a09b8

Browse files
awf-autoware-bot[bot]kenji-miyakepre-commit-ci[bot]
authored
chore: sync files (autowarefoundation#629)
* chore: sync files Signed-off-by: GitHub <noreply@github.com> * ci(pre-commit): autofix Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7d3ee50 commit 61a09b8

File tree

21 files changed

+23
-31
lines changed

21 files changed

+23
-31
lines changed

.markdownlint.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
# See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md for all rules.
12
default: true
23
MD013: false
34
MD024:
45
siblings_only: true
56
MD033: false
67
MD041: false
78
MD046: false
9+
MD049: false

.prettierrc.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
printWidth: 100
22
tabWidth: 2
3+
overrides:
4+
- files: package.xml
5+
options:
6+
printWidth: 1000
7+
xmlSelfClosingSpace: false
8+
xmlWhitespaceSensitivity: ignore
9+
10+
- files: "*.launch.xml"
11+
options:
12+
printWidth: 200
13+
xmlSelfClosingSpace: false
14+
xmlWhitespaceSensitivity: ignore
15+
16+
- files: "*.xacro"
17+
options:
18+
printWidth: 200
19+
xmlSelfClosingSpace: false
20+
xmlWhitespaceSensitivity: ignore

CPPLINT.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ filter=-whitespace/parens # we allow closing parenthesis to be on the ne
1111
filter=-whitespace/semicolon # we allow the developer to decide about whitespace after a semicolon
1212
filter=-build/header_guard # we automatically fix the names of header guards using pre-commit
1313
filter=-build/include_order # we use the custom include order
14+
filter=-build/include_subdir # we allow the style of "foo.hpp"

common/goal_distance_calculator/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package format="3">
44
<name>goal_distance_calculator</name>
55
<version>0.0.0</version>
6-
<description>The goal_distance_calculator package </description>
6+
<description>The goal_distance_calculator package</description>
77
<maintainer email="ttatcoder@outlook.jp">Taiki Tanaka</maintainer>
88
<license>Apache License 2.0</license>
99

common/path_distance_calculator/package.xml

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0"?>
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
4-
54
<name>path_distance_calculator</name>
65
<version>0.0.0</version>
76
<description>The path_distance_calculator package</description>
@@ -20,5 +19,4 @@
2019
<export>
2120
<build_type>ament_cmake</build_type>
2221
</export>
23-
2422
</package>

common/polar_grid/package.xml

-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@
2424
<build_type>ament_cmake</build_type>
2525
<rviz plugin="${prefix}/plugins/plugin_description.xml"/>
2626
</export>
27-
2827
</package>

common/tier4_api_utils/package.xml

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0"?>
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
4-
54
<name>tier4_api_utils</name>
65
<version>0.0.0</version>
76
<description>The tier4_api_utils package</description>
@@ -24,5 +23,4 @@
2423
<export>
2524
<build_type>ament_cmake</build_type>
2625
</export>
27-
2826
</package>

common/tier4_datetime_rviz_plugin/package.xml

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0"?>
22
<package format="2">
3-
43
<name>tier4_datetime_rviz_plugin</name>
54
<version>0.0.0</version>
65
<description>The tier4_datetime_rviz_plugin package</description>
@@ -22,5 +21,4 @@
2221
<build_type>ament_cmake</build_type>
2322
<rviz plugin="${prefix}/plugins/plugin_description.xml"/>
2423
</export>
25-
2624
</package>

common/tier4_localization_rviz_plugin/package.xml

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0"?>
22
<package format="3">
3-
43
<name>tier4_localization_rviz_plugin</name>
54
<version>0.1.0</version>
65
<description>The tier4_localization_rviz_plugin package</description>
@@ -25,5 +24,4 @@
2524
<build_type>ament_cmake</build_type>
2625
<rviz plugin="${prefix}/plugins/plugin_description.xml"/>
2726
</export>
28-
2927
</package>

common/tier4_planning_rviz_plugin/package.xml

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0"?>
22
<package format="3">
3-
43
<name>tier4_planning_rviz_plugin</name>
54
<version>0.1.0</version>
65
<description>The tier4_planning_rviz_plugin package</description>
@@ -28,5 +27,4 @@
2827
<build_type>ament_cmake</build_type>
2928
<rviz plugin="${prefix}/plugins/plugin_description.xml"/>
3029
</export>
31-
3230
</package>

common/tier4_simulated_clock_rviz_plugin/package.xml

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0"?>
22
<package format="2">
3-
43
<name>tier4_simulated_clock_rviz_plugin</name>
54
<version>0.0.1</version>
65
<description>Rviz plugin to publish and control the /clock topic</description>
@@ -23,5 +22,4 @@
2322
<build_type>ament_cmake</build_type>
2423
<rviz plugin="${prefix}/plugins/plugin_description.xml"/>
2524
</export>
26-
2725
</package>

common/tier4_state_rviz_plugin/package.xml

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0"?>
22
<package format="2">
3-
43
<name>tier4_state_rviz_plugin</name>
54
<version>0.0.0</version>
65
<description>The autoware state rviz plugin package</description>
@@ -26,5 +25,4 @@
2625
<build_type>ament_cmake</build_type>
2726
<rviz plugin="${prefix}/plugins/plugin_description.xml"/>
2827
</export>
29-
3028
</package>

control/shift_decider/package.xml

-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@
2121
<export>
2222
<build_type>ament_cmake</build_type>
2323
</export>
24-
2524
</package>

launch/tier4_vehicle_launch/package.xml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<maintainer email="yukihiro.saito@tier4.jp">Yukihiro Saito</maintainer>
88
<license>Apache License 2.0</license>
99

10-
1110
<buildtool_depend>ament_cmake_auto</buildtool_depend>
1211

1312
<exec_depend>robot_state_publisher</exec_depend>

localization/ekf_localizer/package.xml

-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@
2929
<export>
3030
<build_type>ament_cmake</build_type>
3131
</export>
32-
3332
</package>

map/util/lanelet2_map_preprocessor/package.xml

-6
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,21 @@
99
<!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
1010
<maintainer email="mitsudome-r@todo.todo">mitsudome-r</maintainer>
1111

12-
1312
<!-- One license tag required, multiple allowed, one license per tag -->
1413
<!-- Commonly used license strings: -->
1514
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
1615
<license>Apache License 2.0</license>
1716

18-
1917
<!-- Url tags are optional, but multiple are allowed, one per tag -->
2018
<!-- Optional attribute type can be: website, bugtracker, or repository -->
2119
<!-- Example: -->
2220
<!-- <url type="website">http://wiki.ros.org/lanelet2_map_preprocessor</url> -->
2321

24-
2522
<!-- Author tags are optional, multiple are allowed, one per tag -->
2623
<!-- Authors do not have to be maintainers, but could be -->
2724
<!-- Example: -->
2825
<!-- <author email="jane.doe@example.com">Jane Doe</author> -->
2926

30-
3127
<!-- The *depend tags are used to specify dependencies -->
3228
<!-- Dependencies can be catkin packages or system dependencies -->
3329
<!-- Examples: -->
@@ -59,10 +55,8 @@
5955
<exec_depend>pcl_ros</exec_depend>
6056
<exec_depend>roscpp</exec_depend>
6157

62-
6358
<!-- The export tag contains other, unspecified, tags -->
6459
<export>
6560
<!-- Other tools can request additional information be placed here -->
66-
6761
</export>
6862
</package>

perception/tensorrt_yolo/package.xml

-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@
2424
<export>
2525
<build_type>ament_cmake</build_type>
2626
</export>
27-
2827
</package>

perception/traffic_light_ssd_fine_detector/package.xml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
1111
<maintainer email="daisuke.nishimatsu@tier4.jp">Daisuke Nishimatsu</maintainer>
1212

13-
1413
<!-- One license tag required, multiple allowed, one license per tag -->
1514
<!-- Commonly used license strings: -->
1615
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->

planning/obstacle_stop_planner/package.xml

-1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@
3737
<export>
3838
<build_type>ament_cmake</build_type>
3939
</export>
40-
4140
</package>

planning/planning_error_monitor/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package format="3">
33
<name>planning_error_monitor</name>
44
<version>0.1.0</version>
5-
<description>ros node for monitoring planning error </description>
5+
<description>ros node for monitoring planning error</description>
66

77
<maintainer email="yutaka.shimizu@tier4.jp">Yutaka Shimizu</maintainer>
88

sensing/image_transport_decompressor/package.xml

-2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,4 @@
2424
<export>
2525
<build_type>ament_cmake</build_type>
2626
</export>
27-
28-
2927
</package>

0 commit comments

Comments
 (0)