-
Notifications
You must be signed in to change notification settings - Fork 658
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(autoware_velocity_walkway_module): prefix package with autow…
…are_ and move code to the autoware namespace (#7153) * refactor(autoware_velocity_walkway_module): prefix package with autoware_ and move code to the autoware namespace Signed-off-by: Esteve Fernandez <[email protected]> * style(pre-commit): autofix Signed-off-by: Esteve Fernandez <[email protected]> * fix: fix issue loading packages that have been prefixed Signed-off-by: Esteve Fernandez <[email protected]> --------- Signed-off-by: Esteve Fernandez <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5d9fa04
commit 2022fc9
Showing
17 changed files
with
45 additions
and
25 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 |
---|---|---|
|
@@ -148,6 +148,7 @@ planning/autoware_behavior_path_external_request_lane_change_module/** fumiya.wa | |
planning/autoware_behavior_velocity_planner/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] | ||
planning/autoware_behavior_velocity_template_module/** [email protected] | ||
planning/autoware_behavior_velocity_virtual_traffic_light_module/** [email protected] [email protected] [email protected] | ||
planning/autoware_behavior_velocity_walkway_module/** [email protected] [email protected] [email protected] [email protected] | ||
planning/autoware_planning_test_manager/** [email protected] [email protected] | ||
planning/autoware_remaining_distance_time_calculator/** [email protected] | ||
planning/autoware_static_centerline_generator/** [email protected] [email protected] | ||
|
@@ -175,7 +176,6 @@ planning/autoware_behavior_velocity_run_out_module/** [email protected] m | |
planning/behavior_velocity_speed_bump_module/** [email protected] [email protected] [email protected] | ||
planning/behavior_velocity_stop_line_module/** [email protected] [email protected] [email protected] [email protected] | ||
planning/behavior_velocity_traffic_light_module/** [email protected] [email protected] [email protected] [email protected] | ||
planning/behavior_velocity_walkway_module/** [email protected] [email protected] [email protected] [email protected] | ||
planning/costmap_generator/** [email protected] [email protected] [email protected] | ||
planning/autoware_external_velocity_limit_selector/** [email protected] [email protected] [email protected] [email protected] [email protected] | ||
planning/freespace_planner/** [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
2 changes: 1 addition & 1 deletion
2
...or_velocity_walkway_module/CMakeLists.txt → ...or_velocity_walkway_module/CMakeLists.txt
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.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...avior_velocity_walkway_module/package.xml → ...avior_velocity_walkway_module/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>behavior_velocity_walkway_module</name> | ||
<name>autoware_behavior_velocity_walkway_module</name> | ||
<version>0.1.0</version> | ||
<description>The behavior_velocity_walkway_module package</description> | ||
<description>The autoware_behavior_velocity_walkway_module package</description> | ||
|
||
<maintainer email="[email protected]">Satoshi Ota</maintainer> | ||
<maintainer email="[email protected]">Tomoya Kimura</maintainer> | ||
|
3 changes: 3 additions & 0 deletions
3
planning/autoware_behavior_velocity_walkway_module/plugins.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<library path="autoware_behavior_velocity_walkway_module"> | ||
<class type="autoware::behavior_velocity_planner::WalkwayModulePlugin" base_class_type="behavior_velocity_planner::PluginInterface"/> | ||
</library> |
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 was deleted.
Oops, something went wrong.