-
Notifications
You must be signed in to change notification settings - Fork 663
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(accel_brake_map_calibrator)!: add autoware_ prefix (#7351)
* add prefix to the codes Signed-off-by: Yuki Takagi <[email protected]> change dir name Signed-off-by: Yuki Takagi <[email protected]> update Signed-off-by: Yuki Takagi <[email protected]> update Signed-off-by: Yuki Takagi <[email protected]> * delete debug Signed-off-by: Yuki Takagi <[email protected]> * fix format Signed-off-by: Yuki Takagi <[email protected]> * fix format Signed-off-by: Yuki Takagi <[email protected]> * restore Signed-off-by: Yuki Takagi <[email protected]> * poi Signed-off-by: Yuki Takagi <[email protected]> --------- Signed-off-by: Yuki Takagi <[email protected]>
- Loading branch information
1 parent
140cef9
commit e57e9f1
Showing
40 changed files
with
39 additions
and
37 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 |
---|---|---|
|
@@ -244,8 +244,8 @@ system/system_monitor/** [email protected] [email protected] | |
system/topic_state_monitor/** [email protected] | ||
system/velodyne_monitor/** [email protected] | ||
tools/reaction_analyzer/** [email protected] | ||
vehicle/accel_brake_map_calibrator/** [email protected] [email protected] [email protected] | ||
vehicle/autoware_steer_offset_estimator/** [email protected] | ||
vehicle/autoware_accel_brake_map_calibrator/** [email protected] [email protected] [email protected] | ||
vehicle/external_cmd_converter/** [email protected] | ||
vehicle/autoware_raw_vehicle_cmd_converter/** [email protected] [email protected] [email protected] | ||
vehicle/autoware_steer_offset_estimator/** [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
2 changes: 1 addition & 1 deletion
2
...accel_brake_map_calibrator/CMakeLists.txt → ...accel_brake_map_calibrator/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
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.
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
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
2 changes: 1 addition & 1 deletion
2
...le/accel_brake_map_calibrator/package.xml → ...re_accel_brake_map_calibrator/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,7 +1,7 @@ | ||
<?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>accel_brake_map_calibrator</name> | ||
<name>autoware_accel_brake_map_calibrator</name> | ||
<version>0.1.0</version> | ||
<description>The accel_brake_map_calibrator</description> | ||
<maintainer email="[email protected]">Tomoya Kimura</maintainer> | ||
|
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
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
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
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
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