-
Notifications
You must be signed in to change notification settings - Fork 649
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(autoware_planning_topic_converter): add prefix
autoware_
(#7296)
chore(autoware_planning_topic_converter): rename Signed-off-by: satoshi-ota <[email protected]>
- Loading branch information
1 parent
0744d79
commit 4fd66ef
Showing
10 changed files
with
24 additions
and
24 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 |
---|---|---|
|
@@ -189,7 +189,7 @@ planning/obstacle_stop_planner/** [email protected] [email protected] satoshi.ota | |
planning/obstacle_velocity_limiter/** [email protected] | ||
planning/path_smoother/** [email protected] [email protected] | ||
planning/planning_test_utils/** [email protected] [email protected] [email protected] [email protected] | ||
planning/planning_topic_converter/** [email protected] [email protected] [email protected] | ||
planning/autoware_planning_topic_converter/** [email protected] [email protected] [email protected] | ||
planning/planning_validator/** [email protected] [email protected] | ||
planning/route_handler/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] | ||
planning/rtc_interface/** [email protected] [email protected] [email protected] [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
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
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
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
...ning/planning_topic_converter/package.xml → ...ware_planning_topic_converter/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,8 +1,8 @@ | ||
<?xml version="1.0"?> | ||
<package format="3"> | ||
<name>planning_topic_converter</name> | ||
<name>autoware_planning_topic_converter</name> | ||
<version>0.1.0</version> | ||
<description>The planning_topic_converter package</description> | ||
<description>The autoware_planning_topic_converter package</description> | ||
|
||
<maintainer email="[email protected]">Satoshi OTA</maintainer> | ||
<maintainer email="[email protected]">Shumpei Wakabayashi</maintainer> | ||
|
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