Skip to content

Commit

Permalink
chore: fix radar package author (#1620)
Browse files Browse the repository at this point in the history
* fix: fix radar package author

Signed-off-by: scepter914 <scepter914@gmail.com>

* ci(pre-commit): autofix

Signed-off-by: scepter914 <scepter914@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
scepter914 and pre-commit-ci[bot] authored Aug 18, 2022
1 parent 67775e5 commit ec7a9b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion perception/radar_fusion_to_detected_object/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
<name>radar_fusion_to_detected_object</name>
<version>0.0.0</version>
<description>radar_fusion_to_detected_object</description>
<maintainer email="scepter914@gmail.com">scepter914</maintainer>
<maintainer email="satoshi.tanaka@tier4.jp">Satoshi Tanaka</maintainer>
<license>Apache License 2.0</license>
<author email="satoshi.tanaka@tier4.jp">Satoshi Tanaka</author>

<buildtool_depend>ament_cmake_auto</buildtool_depend>
<build_depend>autoware_cmake</build_depend>
Expand Down
4 changes: 2 additions & 2 deletions perception/radar_tracks_msgs_converter/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<name>radar_tracks_msgs_converter</name>
<version>0.0.1</version>
<description>radar_tracks_msgs_converter</description>
<maintainer email="satoshi.tanaka@tier4.jp">scepter914</maintainer>
<maintainer email="satoshi.tanaka@tier4.jp">Satoshi Tanaka</maintainer>
<license>Apache License 2.0</license>
<author email="satoshi.tanaka@tier4.jp">scepter914</author>
<author email="satoshi.tanaka@tier4.jp">Satoshi Tanaka</author>

<buildtool_depend>ament_cmake_auto</buildtool_depend>

Expand Down

0 comments on commit ec7a9b5

Please sign in to comment.