forked from autowarefoundation/autoware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
autoware.repos
129 lines (129 loc) · 4.18 KB
/
autoware.repos
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
repositories:
# core
core/autoware_msgs:
type: git
url: https://github.com/autowarefoundation/autoware_msgs.git
version: main
core/autoware_adapi_msgs:
type: git
url: https://github.com/autowarefoundation/autoware_adapi_msgs.git
version: main
core/autoware_common:
type: git
url: https://github.com/autowarefoundation/autoware_common.git
version: main
core/autoware.core:
type: git
url: https://github.com/autowarefoundation/autoware.core.git
version: main
core/external/autoware_auto_msgs: # TODO(mfc): Remove when autoware_msgs is merged
type: git
url: https://github.com/tier4/autoware_auto_msgs.git
version: tier4/main
# universe
universe/autoware.universe:
type: git
url: https://github.com/leo-drive/autoware.universe.golf.git
version: golf-v2024.03
universe/external/tier4_ad_api_adaptor: # TODO(TIER IV): Improve design/code and transfer to AWF
type: git
url: https://github.com/tier4/tier4_ad_api_adaptor.git
version: tier4/universe
universe/external/tier4_autoware_msgs:
type: git
url: https://github.com/tier4/tier4_autoware_msgs.git
version: tier4/universe
universe/external/rviz_2d_overlay_plugins:
type: git
url: https://github.com/leo-drive/rviz_2d_overlay_plugins.git
version: golf_backup
universe/external/morai_msgs:
type: git
url: https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs.git
version: main
universe/external/muSSP:
type: git
url: https://github.com/tier4/muSSP.git
version: tier4/main
universe/external/ndt_omp:
type: git
url: https://github.com/tier4/ndt_omp.git
version: tier4/main
universe/external/pointcloud_to_laserscan:
type: git
url: https://github.com/tier4/pointcloud_to_laserscan.git
version: tier4/main
universe/external/eagleye:
type: git
url: https://github.com/MapIV/eagleye.git
version: autoware-main
universe/external/rtklib_ros_bridge:
type: git
url: https://github.com/MapIV/rtklib_ros_bridge.git
version: ros2-v0.1.0
universe/external/llh_converter:
type: git
url: https://github.com/MapIV/llh_converter.git
version: ros2
universe/external/ament_cmake: # TODO(mitsudome-r): remove when https://github.com/ament/ament_cmake/pull/448 is merged
type: git
url: https://github.com/autowarefoundation/ament_cmake.git
version: feat/faster_ament_libraries_deduplicate
# launcher
launcher/autoware_launch:
type: git
url: https://github.com/leo-drive/autoware_launch.golf.git
version: golf-v2024.03
# sensor_component
sensor_component/external/sensor_component_description:
type: git
url: https://github.com/tier4/sensor_component_description.git
version: main
sensor_component/external/sbg_ros2_driver:
type: git
url: https://github.com/leo-drive/sbg_ros2_driver.git
version: golf
sensor_component/external/arena_camera:
type: git
url: https://github.com/leo-drive/arena_camera.git
version: main
sensor_component/external/nebula:
type: git
url: https://github.com/leo-drive/nebula.git
version: golf-v2024.03
sensor_component/external/transport_drivers:
type: git
url: https://github.com/MapIV/transport_drivers.git
version: boost
sensor_component/external/ntrip_client:
type: git
url: https://github.com/leo-drive/ntrip_client_ros_driver.git
version: main
# sensor_kit
sensor_kit/golf_sensor_kit_launch:
type: git
url: https://github.com/leo-drive/golf_sensor_kit_launch.git
version: golf
# vehicle
vehicle/golf_vehicle_launch:
type: git
url: https://github.com/leo-drive/golf_vehicle_launch.git
version: main
vehicle/external/pacmod_interface:
type: git
url: https://github.com/tier4/pacmod_interface.git
version: main
vehicle/external/leo_vehicle_interface:
type: git
url: https://github.com/leo-drive/leo_vehicle_interface.git
version: dev/plugin_model
# param
param/autoware_individual_params:
type: git
url: https://github.com/leo-drive/golf_individual_params.git
version: golf-backup
# middleware
middleware/external/heaphook:
type: git
url: https://github.com/tier4/heaphook.git
version: main