-
Notifications
You must be signed in to change notification settings - Fork 665
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(steer_offset_estimator): add prefix autoware_ to steer_offset_e…
…stimator (#7342) * add perfix Signed-off-by: Go Sakayori <[email protected]> * fix directory structrue Signed-off-by: Go Sakayori <[email protected]> * fix include guard Signed-off-by: Go Sakayori <[email protected]> --------- Signed-off-by: Go Sakayori <[email protected]>
- Loading branch information
1 parent
8f36db5
commit c3b272e
Showing
11 changed files
with
15 additions
and
15 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 |
---|---|---|
|
@@ -242,7 +242,7 @@ tools/reaction_analyzer/** [email protected] | |
vehicle/accel_brake_map_calibrator/** [email protected] [email protected] [email protected] | ||
vehicle/external_cmd_converter/** [email protected] | ||
vehicle/raw_vehicle_cmd_converter/** [email protected] [email protected] [email protected] | ||
vehicle/steer_offset_estimator/** [email protected] | ||
vehicle/autoware_steer_offset_estimator/** [email protected] | ||
vehicle/vehicle_info_util/** [email protected] [email protected] [email protected] | ||
|
||
### Copied from .github/CODEOWNERS-manual ### |
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
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
vehicle/steer_offset_estimator/package.xml → ...toware_steer_offset_estimator/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,6 +1,6 @@ | ||
<?xml version="1.0"?> | ||
<package format="3"> | ||
<name>steer_offset_estimator</name> | ||
<name>autoware_steer_offset_estimator</name> | ||
<version>0.1.0</version> | ||
<description>The steer_offset_estimator</description> | ||
<maintainer email="[email protected]">Taiki Tanaka</maintainer> | ||
|
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