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(vehicle_velocity_converter)!: prefix package and namespace w…
…ith autoware (autowarefoundation#8967) * add autoware prefix Signed-off-by: a-maumau <[email protected]> * fix conflict Signed-off-by: a-maumau <[email protected]> --------- Signed-off-by: a-maumau <[email protected]> Co-authored-by: Yamato Ando <[email protected]>
- Loading branch information
1 parent
3231bbf
commit 0bbdbe1
Showing
11 changed files
with
21 additions
and
15 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 |
---|---|---|
|
@@ -211,7 +211,7 @@ sensing/autoware_radar_static_pointcloud_filter/** [email protected] shuns | |
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/livox/autoware_livox_tag_filter/** [email protected] [email protected] | ||
sensing/vehicle_velocity_converter/** [email protected] | ||
sensing/autoware_vehicle_velocity_converter/** [email protected] | ||
simulator/autoware_carla_interface/** [email protected] [email protected] | ||
simulator/dummy_perception_publisher/** [email protected] | ||
simulator/fault_injection/** [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
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
2 changes: 1 addition & 1 deletion
2
sensing/vehicle_velocity_converter/README.md → ...ware_vehicle_velocity_converter/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 @@ | ||
# vehicle_velocity_converter | ||
# autoware_vehicle_velocity_converter | ||
|
||
## Purpose | ||
|
||
|
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...nch/vehicle_velocity_converter.launch.xml → ...nch/vehicle_velocity_converter.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
...ng/vehicle_velocity_converter/package.xml → ...re_vehicle_velocity_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,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>vehicle_velocity_converter</name> | ||
<name>autoware_vehicle_velocity_converter</name> | ||
<version>0.38.0</version> | ||
<description>The vehicle_velocity_converter package</description> | ||
<description>The autoware_vehicle_velocity_converter package</description> | ||
<maintainer email="[email protected]">Ryu Yamamoto</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
|
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