forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(gnss_poser): add autoware prefix to gnss_poser (autowarefoundat…
…ion#8323) * add "autoware" prefix to gnss_poser Signed-off-by: TaikiYamada4 <[email protected]> * Fixed typos and left overs Signed-off-by: TaikiYamada4 <[email protected]> * Fixed directory mistake Signed-off-by: TaikiYamada4 <[email protected]> * style(pre-commit): autofix * Removed gnss_poser line from CODEOWNERS Signed-off-by: TaikiYamada4 <[email protected]> --------- Signed-off-by: TaikiYamada4 <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yi-Hsiang Fang (Vivid) <[email protected]>
- Loading branch information
Showing
9 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -199,6 +199,7 @@ planning/sampling_based_planner/autoware_bezier_sampler/** maxime.clement@tier4. | |
planning/sampling_based_planner/autoware_frenet_planner/** [email protected] | ||
planning/sampling_based_planner/autoware_path_sampler/** [email protected] | ||
planning/sampling_based_planner/autoware_sampler_common/** [email protected] | ||
sensing/autoware_gnss_poser/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] | ||
sensing/autoware_image_diagnostics/** [email protected] [email protected] | ||
sensing/autoware_imu_corrector/** [email protected] [email protected] | ||
sensing/autoware_image_transport_decompressor/** [email protected] [email protected] | ||
|
@@ -208,7 +209,6 @@ sensing/autoware_radar_scan_to_pointcloud2/** [email protected] shunsuke.m | |
sensing/autoware_radar_static_pointcloud_filter/** [email protected] [email protected] [email protected] [email protected] | ||
sensing/autoware_radar_threshold_filter/** [email protected] [email protected] [email protected] [email protected] | ||
sensing/autoware_radar_tracks_noise_filter/** [email protected] [email protected] [email protected] [email protected] | ||
sensing/gnss_poser/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] | ||
sensing/imu_corrector/** [email protected] [email protected] | ||
sensing/livox/autoware_livox_tag_filter/** [email protected] [email protected] | ||
sensing/vehicle_velocity_converter/** [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...g/gnss_poser/launch/gnss_poser.launch.xml → ...e_gnss_poser/launch/gnss_poser.launch.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
sensing/gnss_poser/package.xml → sensing/autoware_gnss_poser/package.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?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>gnss_poser</name> | ||
<name>autoware_gnss_poser</name> | ||
<version>1.0.0</version> | ||
<description>The ROS 2 gnss_poser package</description> | ||
<description>The ROS 2 autoware_gnss_poser package</description> | ||
<maintainer email="[email protected]">Yamato Ando</maintainer> | ||
<maintainer email="[email protected]">Masahiro Sakamoto</maintainer> | ||
<maintainer email="[email protected]">Kento Yabuuchi</maintainer> | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters