-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackages.yml
200 lines (161 loc) · 5.05 KB
/
packages.yml
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
##########################################################################
# This file contains specifications for the packages to install.
#
# For this file replace '-' with '_' if included in package_name.
#
#
# possible options
#
# package_name:
# path: from Where to install relative to dev_root.
# fetch_path: Where to clone the package if the install path is a
# subfolder of the package. If fetch_path is not set
# the path is used.
# read_address: git read url
# write_address: git write url, if not set the read address is used
##########################################################################
eigen:
path: external
tinyxml:
path: external
read_address: git://git.code.sf.net/p/tinyxml/git
opencv:
path: external
yaml-cpp:
path: external
minizip:
path: external
base-types:
path: rock
read_address: https://github.com/rock-core/base-types.git
base-cmake:
path: rock
read_address: https://github.com/rock-core/base-cmake.git
lib_manager:
path: .
read_address: https://github.com/rock-simulation/lib_manager.git
configmaps:
path: .
read_address: https://github.com/rock-simulation/configmaps.git
smurf_parser:
path: .
read_address: https://github.com/rock-simulation/smurf_parser.git
mars_entity_factory:
path: simulation/mars/entity_generation
fetch_path: simulation/mars
folder: entity_factory
read_address: https://github.com/rock-simulation/mars.git
mars_smurf:
path: simulation/mars/entity_generation
fetch_path: simulation/mars
folder: smurf
read_address: https://github.com/rock-simulation/mars.git
smurf_loader:
path: simulation/mars
fetch_path: simulation/mars
read_address: https://github.com/rock-simulation/mars.git
scene_loader:
path: simulation/mars
fetch_path: simulation/mars
read_address: https://github.com/rock-simulation/mars.git
console_bridge:
path: external/ros
read_address: https://github.com/rock-simulation/console_bridge.git
urdfdom_headers:
path: external/ros
read_address: https://github.com/rock-simulation/urdfdom_headers.git
urdfdom:
path: external/ros
read_address: https://github.com/rock-simulation/urdfdom.git
mars_viz:
path: simulation/mars
folder: viz
fetch_path: simulation/mars
read_address: https://github.com/rock-simulation/mars.git
mars_app:
path: simulation/mars
folder: app
fetch_path: simulation/mars
read_address: https://github.com/rock-simulation/mars.git
gui_app:
path: simulation/mars/common/gui
fetch_path: simulation/mars
read_address: https://github.com/rock-simulation/mars.git
mars_interfaces:
path: simulation/mars
folder: interfaces
fetch_path: simulation/mars
read_address: https://github.com/rock-simulation/mars.git
viz_plugin:
path: simulation/mars/plugins
fetch_path: simulation/mars
read_address: https://github.com/rock-simulation/mars.git
mars_graphics:
path: simulation/mars
fetch_path: simulation/mars
folder: graphics
read_address: https://github.com/rock-simulation/mars.git
mars_gui:
path: simulation/mars
fetch_path: simulation/mars
folder: gui
read_address: https://github.com/rock-simulation/mars.git
mars_sim:
path: simulation/mars
fetch_path: simulation/mars
folder: sim
read_address: https://github.com/rock-simulation/mars.git
config_map_gui:
path: simulation/mars/common/gui
fetch_path: simulation/mars
read_address: https://github.com/rock-simulation/mars.git
mars_utils:
path: simulation/mars/common
fetch_path: simulation/mars
folder: utils
read_address: https://github.com/rock-simulation/mars.git
osg_lines:
path: simulation/mars/common/graphics
fetch_path: simulation/mars
read_address: https://github.com/rock-simulation/mars.git
osg_text:
path: simulation/mars/common/graphics
fetch_path: simulation/mars
read_address: https://github.com/rock-simulation/mars.git
connexion-plugin:
path: simulation/mars/plugins/
folder: connexion_plugin
fetch_path: simulation/mars
read_address: https://github.com/rock-simulation/mars.git
SkyDomePlugin:
path: simulation/mars/plugins/
fetch_path: simulation/mars
read_address: https://github.com/rock-simulation/mars.git
entity_view:
path: simulation/mars/plugins/
fetch_path: simulation/mars
read_address: https://github.com/rock-simulation/mars.git
cfg_manager:
path: simulation/mars/common
fetch_path: simulation/mars
read_address: https://github.com/rock-simulation/mars.git
data_broker:
path: simulation/mars/common
fetch_path: simulation/mars
read_address: https://github.com/rock-simulation/mars.git
lib_manager_gui:
path: simulation/mars/common/gui
fetch_path: simulation/mars
read_address: https://github.com/rock-simulation/mars.git
cfg_manager_gui:
path: simulation/mars/common/gui
fetch_path: simulation/mars
read_address: https://github.com/rock-simulation/mars.git
log_console:
path: simulation/mars/common/gui
fetch_path: simulation/mars
read_address: https://github.com/rock-simulation/mars.git
main_gui:
path: simulation/mars/common/gui
fetch_path: simulation/mars
read_address: https://github.com/rock-simulation/mars.git