Skip to content

Commit 43a255d

Browse files
committed
feat: add repos file for autoware_core
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
1 parent 8738544 commit 43a255d

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

repositories/core.repos

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
repositories:
2+
autoware_core:
3+
type: git
4+
url: https://github.com/autowarefoundation/autoware_core.git
5+
version: main
6+
autoware_cmake:
7+
type: git
8+
url: https://github.com/autowarefoundation/autoware_cmake.git
9+
version: 1.1.0
10+
autoware_msgs:
11+
type: git
12+
url: https://github.com/autowarefoundation/autoware_msgs.git
13+
version: 1.11.0
14+
autoware_internal_msgs:
15+
type: git
16+
url: https://github.com/autowarefoundation/autoware_internal_msgs.git
17+
version: 1.12.1
18+
autoware_adapi_msgs:
19+
type: git
20+
url: https://github.com/autowarefoundation/autoware_adapi_msgs.git
21+
version: 1.9.1
22+
autoware_utils:
23+
type: git
24+
url: https://github.com/autowarefoundation/autoware_utils.git
25+
version: 1.5.0
26+
autoware_lanelet2_extension:
27+
type: git
28+
url: https://github.com/autowarefoundation/autoware_lanelet2_extension.git
29+
version: 0.12.0

0 commit comments

Comments
 (0)