From d2ae520678870fe758650869330baa960458367e Mon Sep 17 00:00:00 2001 From: Geoffrey Biggs Date: Mon, 1 Apr 2019 19:07:32 +0900 Subject: [PATCH] Add .repos file for setting up an Autoware workspace using vcs (#2161) * Add .repos file for setting up an Autoware workspace using vcs Signed-off-by: Geoffrey Biggs * Use https protocol for git repositories Signed-off-by: Geoffrey Biggs * Use lgsvl_msgs from binaries Signed-off-by: Geoffrey Biggs * Use American English for repository names Signed-off-by: Geoffrey Biggs * Break spelling Signed-off-by: Geoffrey Biggs --- autoware.repos | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 autoware.repos diff --git a/autoware.repos b/autoware.repos new file mode 100644 index 00000000000..41eb864a3e5 --- /dev/null +++ b/autoware.repos @@ -0,0 +1,49 @@ +repositories: + autoware/autoware: + type: git + url: https://github.com/autowarefoundation/autoware.git + version: master + autoware/core_control: + type: git + url: https://github.com/autowarefoundation/core_control.git + version: master + autoware/core_perception: + type: git + url: https://github.com/autowarefoundation/core_perception.git + version: master + autoware/core_planning: + type: git + url: https://github.com/autowarefoundation/core_planning.git + version: master + autoware/documentation: + type: git + url: https://github.com/autowarefoundation/documentation.git + version: master + autoware/messages: + type: git + url: https://github.com/autowarefoundation/messages.git + version: master + autoware/simulation: + type: git + url: https://github.com/autowarefoundation/simulation.git + version: master + autoware/utilities: + type: git + url: https://github.com/autowarefoundation/utilities.git + version: master + autoware/visualization: + type: git + url: https://github.com/autowarefoundation/visualization.git + version: master + drivers: + type: git + url: https://github.com/autowarefoundation/drivers.git + version: master + citysim: + type: git + url: https://github.com/CPFL/osrf_citysim.git + version: 53b8483d098999298498854f3795a9f01c5e8828 + car_demo: + type: git + url: https://github.com/CPFL/car_demo.git + version: e364448fad421cb6244c9f828f978d8d877dcbf9