From df10131aec7d234d38d2cc0c6b029a7fe35dc273 Mon Sep 17 00:00:00 2001 From: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Date: Mon, 18 Apr 2022 23:41:57 +0900 Subject: [PATCH] style: make paths and names consistent in autoware.repos (#178) Signed-off-by: Kenji Miyake --- autoware.repos | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/autoware.repos b/autoware.repos index 338a08552608f..9b46948ada097 100644 --- a/autoware.repos +++ b/autoware.repos @@ -8,20 +8,20 @@ repositories: type: git url: https://github.com/autowarefoundation/autoware_msgs.git version: main - core/common: + core/autoware_common: type: git url: https://github.com/autowarefoundation/autoware_common.git version: main - core/autoware: + core/autoware.core: type: git url: https://github.com/autowarefoundation/autoware.core.git version: main # universe - universe/autoware: + universe/autoware.universe: type: git url: https://github.com/autowarefoundation/autoware.universe.git version: main - universe/tmp/tier4_ad_api_adapter: + universe/tmp/tier4_ad_api_adaptor: type: git url: https://github.com/tier4/tier4_ad_api_adaptor.git version: tier4/universe @@ -33,7 +33,7 @@ repositories: type: git url: https://github.com/ANYbotics/grid_map.git version: ba2f9cb6e62f7ee9c5bac7401391a211e442e459 - universe/vendor/mussp: + universe/vendor/muSSP: type: git url: https://github.com/tier4/muSSP.git version: tier4/main @@ -59,7 +59,7 @@ repositories: type: git url: https://github.com/tier4/sensor_component_description.git version: main - sensor_component/livox_driver: + sensor_component/livox_ros2_driver: type: git url: https://github.com/tier4/livox_ros2_driver.git version: tier4/master @@ -86,7 +86,7 @@ repositories: url: https://github.com/tier4/pacmod_interface.git version: main # param - param/individual_params: + param/autoware_individual_params: type: git url: https://github.com/autowarefoundation/autoware_individual_params.git version: main