Skip to content

Commit

Permalink
Merge pull request #32 from tier4/sync-upstream
Browse files Browse the repository at this point in the history
chore: sync upstream
  • Loading branch information
tier4-autoware-public-bot[bot] committed Apr 6, 2022
2 parents 4c1d0cb + f037c18 commit 0c2022a
Show file tree
Hide file tree
Showing 24 changed files with 30 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Upload coverage to CodeCov
if: ${{ steps.test.outputs.coverage-report-files != '' }}
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: ${{ steps.test.outputs.coverage-report-files }}
fail_ci_if_error: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Upload coverage to CodeCov
if: ${{ steps.test.outputs.coverage-report-files != '' }}
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: ${{ steps.test.outputs.coverage-report-files }}
fail_ci_if_error: false
Expand Down
2 changes: 2 additions & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md for all rules.
default: true
MD013: false
MD024:
siblings_only: true
MD033: false
MD041: false
MD046: false
MD049: false
18 changes: 18 additions & 0 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
printWidth: 100
tabWidth: 2
overrides:
- files: package.xml
options:
printWidth: 1000
xmlSelfClosingSpace: false
xmlWhitespaceSensitivity: ignore

- files: "*.launch.xml"
options:
printWidth: 200
xmlSelfClosingSpace: false
xmlWhitespaceSensitivity: ignore

- files: "*.xacro"
options:
printWidth: 200
xmlSelfClosingSpace: false
xmlWhitespaceSensitivity: ignore
1 change: 1 addition & 0 deletions CPPLINT.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ filter=-whitespace/parens # we allow closing parenthesis to be on the ne
filter=-whitespace/semicolon # we allow the developer to decide about whitespace after a semicolon
filter=-build/header_guard # we automatically fix the names of header guards using pre-commit
filter=-build/include_order # we use the custom include order
filter=-build/include_subdir # we allow the style of "foo.hpp"
2 changes: 1 addition & 1 deletion common/goal_distance_calculator/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package format="3">
<name>goal_distance_calculator</name>
<version>0.0.0</version>
<description>The goal_distance_calculator package </description>
<description>The goal_distance_calculator package</description>
<maintainer email="ttatcoder@outlook.jp">Taiki Tanaka</maintainer>
<license>Apache License 2.0</license>

Expand Down
2 changes: 0 additions & 2 deletions common/path_distance_calculator/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">

<name>path_distance_calculator</name>
<version>0.0.0</version>
<description>The path_distance_calculator package</description>
Expand All @@ -20,5 +19,4 @@
<export>
<build_type>ament_cmake</build_type>
</export>

</package>
1 change: 0 additions & 1 deletion common/polar_grid/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@
<build_type>ament_cmake</build_type>
<rviz plugin="${prefix}/plugins/plugin_description.xml"/>
</export>

</package>
2 changes: 0 additions & 2 deletions common/tier4_api_utils/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">

<name>tier4_api_utils</name>
<version>0.0.0</version>
<description>The tier4_api_utils package</description>
Expand All @@ -24,5 +23,4 @@
<export>
<build_type>ament_cmake</build_type>
</export>

</package>
2 changes: 0 additions & 2 deletions common/tier4_datetime_rviz_plugin/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0"?>
<package format="2">

<name>tier4_datetime_rviz_plugin</name>
<version>0.0.0</version>
<description>The tier4_datetime_rviz_plugin package</description>
Expand All @@ -22,5 +21,4 @@
<build_type>ament_cmake</build_type>
<rviz plugin="${prefix}/plugins/plugin_description.xml"/>
</export>

</package>
2 changes: 0 additions & 2 deletions common/tier4_localization_rviz_plugin/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0"?>
<package format="3">

<name>tier4_localization_rviz_plugin</name>
<version>0.1.0</version>
<description>The tier4_localization_rviz_plugin package</description>
Expand All @@ -25,5 +24,4 @@
<build_type>ament_cmake</build_type>
<rviz plugin="${prefix}/plugins/plugin_description.xml"/>
</export>

</package>
2 changes: 0 additions & 2 deletions common/tier4_planning_rviz_plugin/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0"?>
<package format="3">

<name>tier4_planning_rviz_plugin</name>
<version>0.1.0</version>
<description>The tier4_planning_rviz_plugin package</description>
Expand Down Expand Up @@ -28,5 +27,4 @@
<build_type>ament_cmake</build_type>
<rviz plugin="${prefix}/plugins/plugin_description.xml"/>
</export>

</package>
2 changes: 0 additions & 2 deletions common/tier4_simulated_clock_rviz_plugin/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0"?>
<package format="2">

<name>tier4_simulated_clock_rviz_plugin</name>
<version>0.0.1</version>
<description>Rviz plugin to publish and control the /clock topic</description>
Expand All @@ -23,5 +22,4 @@
<build_type>ament_cmake</build_type>
<rviz plugin="${prefix}/plugins/plugin_description.xml"/>
</export>

</package>
2 changes: 0 additions & 2 deletions common/tier4_state_rviz_plugin/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0"?>
<package format="2">

<name>tier4_state_rviz_plugin</name>
<version>0.0.0</version>
<description>The autoware state rviz plugin package</description>
Expand All @@ -26,5 +25,4 @@
<build_type>ament_cmake</build_type>
<rviz plugin="${prefix}/plugins/plugin_description.xml"/>
</export>

</package>
1 change: 0 additions & 1 deletion control/shift_decider/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@
<export>
<build_type>ament_cmake</build_type>
</export>

</package>
1 change: 0 additions & 1 deletion launch/tier4_vehicle_launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<maintainer email="yukihiro.saito@tier4.jp">Yukihiro Saito</maintainer>
<license>Apache License 2.0</license>


<buildtool_depend>ament_cmake_auto</buildtool_depend>

<exec_depend>robot_state_publisher</exec_depend>
Expand Down
1 change: 0 additions & 1 deletion localization/ekf_localizer/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@
<export>
<build_type>ament_cmake</build_type>
</export>

</package>
6 changes: 0 additions & 6 deletions map/util/lanelet2_map_preprocessor/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,21 @@
<!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
<maintainer email="mitsudome-r@todo.todo">mitsudome-r</maintainer>


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


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


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


<!-- The *depend tags are used to specify dependencies -->
<!-- Dependencies can be catkin packages or system dependencies -->
<!-- Examples: -->
Expand Down Expand Up @@ -59,10 +55,8 @@
<exec_depend>pcl_ros</exec_depend>
<exec_depend>roscpp</exec_depend>


<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->

</export>
</package>
1 change: 0 additions & 1 deletion perception/tensorrt_yolo/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@
<export>
<build_type>ament_cmake</build_type>
</export>

</package>
1 change: 0 additions & 1 deletion perception/traffic_light_ssd_fine_detector/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
<maintainer email="daisuke.nishimatsu@tier4.jp">Daisuke Nishimatsu</maintainer>


<!-- One license tag required, multiple allowed, one license per tag -->
<!-- Commonly used license strings: -->
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
Expand Down
1 change: 0 additions & 1 deletion planning/obstacle_stop_planner/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@
<export>
<build_type>ament_cmake</build_type>
</export>

</package>
2 changes: 1 addition & 1 deletion planning/planning_error_monitor/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package format="3">
<name>planning_error_monitor</name>
<version>0.1.0</version>
<description>ros node for monitoring planning error </description>
<description>ros node for monitoring planning error</description>

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

Expand Down
2 changes: 0 additions & 2 deletions sensing/image_transport_decompressor/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@
<export>
<build_type>ament_cmake</build_type>
</export>


</package>
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
<arg name="status" default="0" />

<group>
<push-ros-namespace namespace="dummy_diag_publisher"/>

<node pkg="dummy_diag_publisher" exec="dummy_diag_publisher" name="$(var diag_name)" output="screen">
<param name="diag_name" value="$(var diag_name)" />
<param name="update_rate" value="$(var update_rate)" />
<param name="is_active" value="$(var is_active)" />
<param name="status" value="$(var status)" />
<node pkg="dummy_diag_publisher" exec="dummy_diag_publisher" name="$(anon dummy_diag_publisher)" output="screen">
<param name="diag_name" value="$(var diag_name)"/>
<param name="update_rate" value="$(var update_rate)"/>
<param name="is_active" value="$(var is_active)"/>
<param name="status" value="$(var status)"/>
</node>
</group>
</launch>

0 comments on commit 0c2022a

Please sign in to comment.