-
Notifications
You must be signed in to change notification settings - Fork 668
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(time_utils): prefix package and namespace with autoware
Signed-off-by: Esteve Fernandez <[email protected]>
- Loading branch information
Showing
7 changed files
with
21 additions
and
21 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 |
---|---|---|
|
@@ -19,6 +19,7 @@ common/autoware_polar_grid/** [email protected] | |
common/autoware_signal_processing/** [email protected] [email protected] [email protected] [email protected] [email protected] | ||
common/autoware_test_utils/** [email protected] [email protected] [email protected] [email protected] | ||
common/autoware_testing/** [email protected] [email protected] [email protected] [email protected] | ||
common/autoware_time_utils/** [email protected] [email protected] [email protected] | ||
common/autoware_universe_utils/** [email protected] [email protected] [email protected] | ||
common/autoware_vehicle_info_utils/** [email protected] [email protected] [email protected] [email protected] | ||
common/bag_time_manager_rviz_plugin/** [email protected] | ||
|
@@ -38,7 +39,6 @@ common/tier4_state_rviz_plugin/** [email protected] [email protected] khal | |
common/tier4_system_rviz_plugin/** [email protected] | ||
common/tier4_traffic_light_rviz_plugin/** [email protected] | ||
common/tier4_vehicle_rviz_plugin/** [email protected] | ||
common/time_utils/** [email protected] [email protected] [email protected] | ||
common/traffic_light_recognition_marker_publisher/** [email protected] [email protected] [email protected] | ||
common/traffic_light_utils/** [email protected] [email protected] [email protected] | ||
common/tvm_utility/** [email protected] [email protected] | ||
|
2 changes: 1 addition & 1 deletion
2
common/time_utils/CMakeLists.txt → common/autoware_time_utils/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
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/time_utils/package.xml → common/autoware_time_utils/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>time_utils</name> | ||
<name>autoware_time_utils</name> | ||
<version>1.0.0</version> | ||
<description>Simple conversion methods to/from std::chrono to simplify algorithm development</description> | ||
<maintainer email="[email protected]">Christopher Ho</maintainer> | ||
|
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