-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathmanifest.xml
370 lines (333 loc) · 12.9 KB
/
manifest.xml
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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
<?xml version='1.0'?>
<content>
<tutorials>
<!-- ****************** -->
<!-- Beginner tutorials -->
<tutorial title="Install" ref='install'>
<markdown version="2.0">install/tutorial_2-0.md</markdown>
<markdown version="6.x">install/tutorial_6-x.md</markdown>
<markdown version=">= 9">install/tutorial_9_later.md</markdown>
<markdown version=">= 12">install/tutorial_12.md</markdown>
<description>Installation instructions for libsdformat.</description>
<tags>
<tag>install</tag>
</tags>
<skill>beginner</skill>
</tutorial>
<tutorial title="Quickstart" ref='quickstart'>
<markdown version="X.0">quickstart/tutorial_2-0.md</markdown>
<description>Quickstart guide to SDFormat parsing with libsdformat.</description>
<tags>
<tag>quickstart</tag>
</tags>
<skill>beginner</skill>
</tutorial>
<tutorial title="Specifying pose" ref='specify_pose' type='documentation'>
<markdown version="1.4">specify_pose/tutorial.md</markdown>
<description>Specifying pose in SDFormat.</description>
<tags>
<tag>pose</tag>
</tags>
<skill>beginner</skill>
</tutorial>
<tutorial title="Proposal for a better pose" ref='better_pose_proposal' type='proposal'>
<markdown version="1.9">specify_pose/proposal.md</markdown>
<description>Specifying pose in SDFormat using different rotation representations.</description>
<tags>
<tag>pose</tag>
</tags>
<skill>advanced</skill>
</tutorial>
<tutorial title="Model kinematics" ref='spec_model_kinematics' type='documentation'>
<markdown version="1.4">spec_model_kinematics/tutorial.md</markdown>
<description>Specifying model kinematics with links and joints in SDFormat.</description>
<tags>
<tag>joint</tag>
<tag>link</tag>
<tag>model</tag>
</tags>
<skill>beginner</skill>
</tutorial>
<tutorial title="Collisions and Visuals" ref='spec_shapes' type='documentation'>
<markdown version="1.4">spec_shapes/tutorial.md</markdown>
<description>Adding shapes to a model with collisions and visuals in SDFormat.</description>
<tags>
<tag>shape</tag>
<tag>collision</tag>
<tag>visual</tag>
</tags>
<skill>beginner</skill>
</tutorial>
<tutorial title="Creating Worlds" ref='spec_world' type='documentation'>
<markdown version="1.4">spec_world/tutorial1.md</markdown>
<description>Creating worlds in SDFormat.</description>
<tags>
<tag>world</tag>
<tag>model</tag>
</tags>
<skill>beginner</skill>
</tutorial>
<tutorial title="Material properties of a Visual" ref='spec_materials' type='documentation'>
<markdown version="1.4">spec_materials/tutorial.md</markdown>
<description>Setting the material properties of visuals in SDFormat.</description>
<tags>
<tag>shape</tag>
<tag>visual</tag>
<tag>material</tag>
</tags>
<skill>intermediate</skill>
</tutorial>
<tutorial title="Pose frame semantics" ref='pose_frame_semantics' type='documentation'>
<markdown version="1.5">pose_frame_semantics/tutorial_1-5.md</markdown>
<markdown version="1.7">pose_frame_semantics/tutorial.md</markdown>
<description>
Describing existing behavior for element naming, definition of
coordinate frames, referencing parent and child links,
and nested model behavior.
</description>
<tags>
<tag>pose</tag>
<tag>frame</tag>
</tags>
<skill>advanced</skill>
</tutorial>
<tutorial title="Pose frame semantics" ref='pose_frame_semantics_proposal' type='documentation'>
<markdown version="1.7">pose_frame_semantics/proposal.md</markdown>
<description>
Proposing new behavior for SDFormat 1.7, including semantics for the
pose frame attribute, the frame element, new rules
for element naming, and corresponding examples.
</description>
<tags>
<tag>pose</tag>
<tag>frame</tag>
</tags>
<skill>advanced</skill>
</tutorial>
<tutorial title='Convention' ref='convention_tutorial' type='documentation'>
<markdown version='1.7'>convention/tutorial.md</markdown>
<description>
Describing syntax conventions used in newer tutorials and proposals.
</description>
<tags>
<tag>nesting</tag>
<tag>conventions</tag>
</tags>
<skill>intermediate</skill>
</tutorial>
<tutorial title='Interoperability with other modeling formats' ref='interoperability_formats' type='documentation'>
<markdown version='12'>interoperability_formats/tutorial.md</markdown>
<description>
Interoperability with other modeling formats
</description>
<tags>
<tag>usd</tag>
<tag>mjcf</tag>
<tag>mujoco</tag>
<tag>nvidia</tag>
<tag>omniverse</tag>
<tag>isaac sim</tag>
</tags>
<skill>beginner</skill>
</tutorial>
<tutorial title='Python bindings' ref='python_bindings' type='documentation'>
<markdown version='1.6'>python/tutorial_13.md</markdown>
<description>
How to use SDFormat Python bindings
</description>
<tags>
<tag>python</tag>
</tags>
<skill>beginner</skill>
</tutorial>
<tutorial title="Custom elements and attributes" ref='custom_elements_attributes_proposal' type='proposal'>
<markdown version="1.7">custom_elements_attributes/proposal.md</markdown>
<description>
Proposal for supporting custom elements and attributes in SDFormat and libsdformat.
</description>
<tags>
<tag>custom</tag>
<tag>extension</tag>
</tags>
<skill>advanced</skill>
</tutorial>
<tutorial title="Roadmap" ref='roadmap' type='documentation'>
<markdown version="1.7">developers/roadmap.md</markdown>
<description>
Proposal for supporting custom elements and attributes in SDFormat and libsdformat.
</description>
<tags>
<tag>roadmap</tag>
</tags>
<skill>advanced</skill>
</tutorial>
<tutorial title='Composition' ref='composition' type='documentation'>
<markdown version='1.5'>composition/legacy_behavior_1-5.md</markdown>
<markdown version='1.7'>composition/legacy_behavior.md</markdown>
<description>
Describing existing behavior of composition in SDFormat.
</description>
<tags>
<tag>nesting</tag>
<tag>composition</tag>
</tags>
<skill>intermediate</skill>
</tutorial>
<tutorial title="Composition: Proposed behavior" ref='composition_proposal' type='proposal'>
<markdown version="1.8">composition/proposal.md</markdown>
<description>
Propose new behavior for model level composition.
</description>
<tags>
<tag>nesting</tag>
<tag>composition</tag>
</tags>
<skill>advanced</skill>
</tutorial>
<tutorial title="Merging for Composition: Proposed behavior" ref='composition_merge_proposal' type='proposal'>
<markdown version="1.9">composition/merge_proposal.md</markdown>
<description>
Proposed new behavior for merging models via composition, rather than
purely scoped nesting.
</description>
<tags>
<tag>nesting</tag>
<tag>composition</tag>
</tags>
<skill>advanced</skill>
</tutorial>
<tutorial title="Proposal for parameter passing" ref='param_passing_proposal' type='proposal'>
<markdown version="1.7">param_passing/proposal.md</markdown>
<description>
Proposal for additional parameter passing when including models.
</description>
<tags>
<tag>model</tag>
</tags>
<skill>advanced</skill>
</tutorial>
<tutorial title="Tutorial for parameter passing" ref='param_passing_tutorial' type='tutorial'>
<markdown version="1.7">param_passing/tutorial.md</markdown>
<description>
Tutorial for parameter passing when including models.
</description>
<tags>
<tag>model</tag>
</tags>
<skill>intermediate</skill>
</tutorial>
<tutorial title="SDFormat extensions to URDF (the 'gazebo' tag)" ref='sdformat_urdf_extensions' type='tutorial'>
<markdown version="1.6">urdf/sdf_extensions.md</markdown>
<description>
Describes how the "gazebo" tag can be used to extend URDF to include SDFormat content.
</description>
<tags>
<tag>model</tag>
<tag>urdf</tag>
<tag>gazebo</tag>
</tags>
<skill>intermediate</skill>
</tutorial>
<tutorial title="Proposal Procedure and Format" ref='proposal_format' type='documentation'>
<markdown version="1.7">developers/proposal_format.md</markdown>
<description>
Provides procedure and guidelines for writing proposals for
SDFormat (specification) / libsdformat (implementation).
</description>
<tags>
<tag>proposal</tag>
</tags>
<skill>advanced</skill>
</tutorial>
<tutorial title="Proposal for added mass" ref='added_mass_proposal' type='proposal'>
<markdown version="1.9">added_mass/proposal.md</markdown>
<description>Setting fluid added mass inertial parameters.</description>
<tags>
<tag>proposal</tag>
</tags>
<skill>advanced</skill>
</tutorial>
<tutorial title="Mimic constraint to replace the Gearbox joint type" ref='mimic_proposal' type='proposal'>
<markdown version="1.11">mimic_constraint/proposal.md</markdown>
<description>
Proposal for a mimic constraint between joint axes to replace the Gearbox joint type.
</description>
<tags>
<tag>joint</tag>
</tags>
<skill>advanced</skill>
</tutorial>
<tutorial title="Proposal for Automatic Moments of Inertia Calculations" ref='auto_inertial_params_proposal' type='proposal'>
<markdown version="1.11">auto_inertial_params/proposal.md</markdown>
<description>Enabling automatic calculations for inertial parameters</description>
<tags>
<tag>proposal</tag>
</tags>
<skill>advanced</skill>
</tutorial>
</tutorials>
<!-- *************************************** -->
<categories>
<category title="Get Started" skill="beginner" ref="get_started">
<description>
This section will soon be removed. Please see the
[Specification](/tutorials?cat=specification) or
[Developer](/tutorials?cat=developers) sections intead.
</description>
<tutorials>
</tutorials>
</category>
<category title="SDFormat Specification" skill="beginner" ref="specification">
<description>
Here you'll find explanations for elements of the SDFormat
specification. This is a great place for new and experienced SDFormat
users to start.
Each category to the left presents a collection of relevant
documentation.
Use the *Edit* button in the upper right corner of a tutorial page to
go directly to its source at
[github.com/osrf/sdf_tutorials](https://github.com/osrf/sdf_tutorials).
</description>
<tutorials>
<tutorial>convention_tutorial</tutorial>
<tutorial>specify_pose</tutorial>
<tutorial>spec_model_kinematics</tutorial>
<tutorial>spec_shapes</tutorial>
<tutorial>spec_materials</tutorial>
<tutorial>spec_world</tutorial>
<tutorial>pose_frame_semantics</tutorial>
<tutorial>composition</tutorial>
<tutorial>param_passing_tutorial</tutorial>
<tutorial>sdformat_urdf_extensions</tutorial>
</tutorials>
</category>
<category title="SDFormat Proposals" skill="advanced" ref="pose_semantics_docs">
<description>These proposals suggest new behavior in SDFormat.</description>
<tutorials>
<tutorial>pose_frame_semantics_proposal</tutorial>
<tutorial>custom_elements_attributes_proposal</tutorial>
<tutorial>param_passing_proposal</tutorial>
<tutorial>composition_proposal</tutorial>
<tutorial>composition_merge_proposal</tutorial>
<tutorial>better_pose_proposal</tutorial>
<tutorial>added_mass_proposal</tutorial>
<tutorial>mimic_proposal</tutorial>
<tutorial>auto_inertial_params_proposal</tutorial>
</tutorials>
</category>
<category title="For Developers" skill="beginner" ref="developers">
<description>
Information for developers wishing to use libsdformat to parse the
SDFormat specification.
</description>
<tutorials>
<tutorial>install</tutorial>
<tutorial>quickstart</tutorial>
<tutorial>python_bindings</tutorial>
<tutorial>interoperability_formats</tutorial>
<tutorial>roadmap</tutorial>
<tutorial>proposal_format</tutorial>
</tutorials>
</category>
</categories>
</content>