-
Notifications
You must be signed in to change notification settings - Fork 682
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(static_obstacle_avoidance, dynamic_obstacle_avoidance): rename …
…avoidance package (#7168) * chore(autoware_behavior_path_static_obstacle_avoidance_module): rename package and namespace Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * chore(autoware_behavior_path_dynamic_obstacle_avoidance_module): rename package and namespace Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * chore(tier4_planning_launch): update module name Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * chore(rtc_interface): update module name Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * chore(avoidance): update module param file name Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * chore(avoidance): update schema file name Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(AbLC): fix file name Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * docs: update module name Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
- Loading branch information
1 parent
a4a3b82
commit badf1f7
Showing
81 changed files
with
375 additions
and
335 deletions.
There are no files selected for viewing
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
...h_dynamic_avoidance_module/CMakeLists.txt → ..._obstacle_avoidance_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
2 changes: 1 addition & 1 deletion
2
...r_path_dynamic_avoidance_module/README.md → ...namic_obstacle_avoidance_module/README.md
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,4 +1,4 @@ | ||
# Dynamic avoidance design | ||
# Avoidance module for dynamic objects | ||
|
||
This module is under development. | ||
|
||
|
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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
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
...path_dynamic_avoidance_module/package.xml → ...mic_obstacle_avoidance_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
3 changes: 3 additions & 0 deletions
3
planning/autoware_behavior_path_dynamic_obstacle_avoidance_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_path_dynamic_obstacle_avoidance_module"> | ||
<class type="behavior_path_planner::DynamicObstacleAvoidanceModuleManager" base_class_type="behavior_path_planner::SceneModuleManagerInterface"/> | ||
</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
Oops, something went wrong.