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.
refactor(autoware_path_distance_calculator): prefix package and names…
…pace with autoware (autowarefoundation#8085) Signed-off-by: Esteve Fernandez <[email protected]>
- Loading branch information
Showing
10 changed files
with
19 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ common/autoware_grid_map_utils/** [email protected] | |
common/autoware_motion_utils/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] | ||
common/autoware_overlay_rviz_plugin/autoware_mission_details_overlay_rviz_plugin/** [email protected] | ||
common/autoware_overlay_rviz_plugin/autoware_overlay_rviz_plugin/** [email protected] | ||
common/autoware_path_distance_calculator/** [email protected] | ||
common/autoware_perception_rviz_plugin/** [email protected] [email protected] [email protected] [email protected] [email protected] | ||
common/autoware_point_types/** [email protected] [email protected] | ||
common/autoware_test_utils/** [email protected] [email protected] [email protected] [email protected] | ||
|
@@ -24,7 +25,6 @@ common/interpolation/** [email protected] [email protected] | |
common/kalman_filter/** [email protected] [email protected] [email protected] | ||
common/object_recognition_utils/** [email protected] [email protected] [email protected] | ||
common/osqp_interface/** [email protected] [email protected] [email protected] [email protected] | ||
common/path_distance_calculator/** [email protected] | ||
common/perception_utils/** [email protected] [email protected] | ||
common/polar_grid/** [email protected] | ||
common/qp_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
2 changes: 1 addition & 1 deletion
2
common/path_distance_calculator/Readme.md → ...toware_path_distance_calculator/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 @@ | ||
# path_distance_calculator | ||
# autoware_path_distance_calculator | ||
|
||
## Purpose | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...aunch/path_distance_calculator.launch.xml → ...aunch/path_distance_calculator.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
common/path_distance_calculator/package.xml → ...ware_path_distance_calculator/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>path_distance_calculator</name> | ||
<name>autoware_path_distance_calculator</name> | ||
<version>0.0.0</version> | ||
<description>The path_distance_calculator package</description> | ||
<description>The autoware_path_distance_calculator package</description> | ||
<maintainer email="[email protected]">Takagi, Isamu</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
|
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