forked from gazebosim/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.yaml
466 lines (466 loc) · 12.5 KB
/
index.yaml
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
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
# This file is an index of the pages to display on the documentation website
# (https://gazebosim.org/docs). The order of the pages in this file
# is reflected on the website's left sidebar.
#
# Components of the index:
#
# 1. "pages:" The master list of pages
#
# 2. Each page has a
# a. "name:" This should be a short url-friendly and unique name. It will
# be used in the website url.
#
# b. "title:" This is a human-friendly title for the page. This title will
# be displayed on the website's left side bar.
#
# c. "file:" The markdown file that contains the page's content.
pages:
- name: getstarted
title: Get Started
file: get_started.md
description: Getting started with Gazebo.
- name: ros_installation
title: ROS/Gazebo Installation
file: ros_installation.md
description: Ros and Gazebo options and combinations
children:
- name: ros2_gz_vendor_pkgs
title: ROS 2 Gazebo Vendor Packages
file: ros2_gz_vendor_pkgs.md
description: Using ROS 2 Gazebo Vendor packages
- name: gazebo_classic_migration
title: Gazebo Classic Migration
file: gazebo_classic_migration.md
description: Guides for migrating from Gazebo Classic to the new Gazebo
children:
- name: install_gz11_side_by_side
title: Installing Gazebo11 side by side with new Gazebo
file: install_gz11_side_by_side.md
description: How to install gazebo11 and new Gazebo together
- name: migrating_gazebo_classic_ros2_packages
title: Migration from ROS 2 Gazebo Classic
file: migrating_gazebo_classic_ros2_packages.md
description: A tutorial on how to migrate a ROS 2 package that uses Gazebo Classic to the new Gazebo
- name: roadmap
title: Roadmap
file: roadmap.md
description: Our development plans.
- name: release-features
title: Release Features
file: release_features.md
description: Features available in each Gazebo release.
- name: releases
title: Releases
file: releases.md
description: Past, current, and future release information.
- name: development
title: Development
file: development.md
description: Gazebo development information
children:
- name: contributing
title: Contributing
file: contributing.md
description: How to contribute to Gazebo.
- name: ci
title: Continuous Integration
file: ci.md
description: Continuous Integration overview.
- name: release
title: Release process
file: release.md
description: Release process overview.
- name: releases-instructions
title: Release Instructions
file: release_instructions.md
description: How Gazebo releases are generated.
- name: architecture
title: Sim Architecture
file: architecture.md
description: Gazebo Sim's architecture overview.
- name: fuel
title: Fuel
file: fuel/about.md
description: Fuel information
children:
- name: fuel_content_deletion_policy
title: Content Deletion Policy
file: fuel/content_deletion_policy.md
- name: fuel_contributing_model
title: Contributing New Model
file: fuel/contributing_model.md
- name: fuel_contributing_world
title: Contributing New World
file: fuel/contributing_world.md
- name: fuel_copyright
title: Copyright
file: fuel/copyright.md
- name: fuel_data_policy
title: Data and Privacy Policy
file: fuel/data_privacy_policy.md
- name: fuel_fair_use
title: What is Fair Use
file: fuel/fair_use.md
releases:
- name: ionic
lts: false
eol: false
dev: true
description: Supported Sep, 2024 to Sep, 2026
libraries:
- name: cmake
version: 4
- name: common
version: 6
- name: fuel_tools
version: 10
- name: gui
version: 9
- name: launch
version: 8
- name: math
version: 8
- name: msgs
version: 11
- name: physics
version: 8
- name: plugin
version: 3
- name: rendering
version: 9
- name: sensors
version: 9
- name: sim
version: 9
- name: tools
version: 2
- name: transport
version: 14
- name: utils
version: 3
- name: sdformat
version: 15
- name: harmonic
lts: true
eol: false
preferred: true # Only one preferred=true is allowed
description: Supported Sep, 2023 to Sep, 2028
libraries:
- name: cmake
version: 3
- name: common
version: 5
- name: fuel_tools
version: 9
- name: gui
version: 8
- name: launch
version: 7
- name: math
version: 7
- name: msgs
version: 10
- name: physics
version: 7
- name: plugin
version: 2
- name: rendering
version: 8
- name: sensors
version: 8
- name: sim
version: 8
- name: tools
version: 2
- name: transport
version: 13
- name: utils
version: 2
- name: sdformat
version: 14
- name: garden
lts: false
eol: false
description: Supported Sep, 2022 to Sep, 2024
libraries:
- name: cmake
version: 3
- name: common
version: 5
- name: fuel_tools
version: 8
- name: gui
version: 7
- name: launch
version: 6
- name: math
version: 7
- name: msgs
version: 9
- name: physics
version: 6
- name: plugin
version: 2
- name: rendering
version: 7
- name: sensors
version: 7
- name: sim
version: 7
- name: tools
version: 2
- name: transport
version: 12
- name: utils
version: 2
- name: sdformat
version: 13
- name: fortress
lts: true
eol: false
description: Supported Sep, 2021 to Sep, 2026
libraries:
- name: cmake
version: 2
- name: common
version: 4
- name: fuel_tools
version: 7
- name: gui
version: 6
- name: launch
version: 5
- name: math
version: 6
- name: msgs
version: 8
- name: physics
version: 5
- name: plugin
version: 1
- name: rendering
version: 6
- name: sensors
version: 6
- name: sim
version: 6
- name: tools
version: 1
- name: transport
version: 11
- name: utils
version: 1
- name: sdformat
version: 12
- name: edifice
lts: false
eol: true
description: Supported Mar, 2021 to Mar, 2022
libraries:
- name: cmake
version: 2
- name: common
version: 4
- name: fuel_tools
version: 6
- name: gui
version: 5
- name: launch
version: 4
- name: math
version: 6
- name: msgs
version: 7
- name: physics
version: 4
- name: plugin
version: 1
- name: rendering
version: 5
- name: sensors
version: 5
- name: sim
version: 5
- name: tools
version: 1
- name: transport
version: 10
- name: utils
version: 1
- name: sdformat
version: 11
- name: dome
lts: false
eol: true
description: Supported Sep, 2020 to Dec, 2021
libraries:
- name: cmake
version: 2
- name: common
version: 3
- name: fuel_tools
version: 5
- name: gui
version: 4
- name: launch
version: 3
- name: math
version: 6
- name: msgs
version: 6
- name: physics
version: 3
- name: plugin
version: 1
- name: rendering
version: 4
- name: sensors
version: 4
- name: sim
version: 4
- name: tools
version: 1
- name: transport
version: 9
- name: sdformat
version: 10
- name: citadel
lts: true
eol: false
description: Supported Dec, 2019 to Dec, 2024
libraries:
- name: cmake
version: 2
- name: common
version: 3
- name: fuel_tools
version: 4
- name: gui
version: 3
- name: launch
version: 2
- name: math
version: 6
- name: msgs
version: 5
- name: physics
version: 2
- name: plugin
version: 1
- name: rendering
version: 3
- name: sensors
version: 3
- name: sim
version: 3
- name: tools
version: 1
- name: transport
version: 8
- name: sdformat
version: 9
- name: blueprint
lts: false
eol: true
description: Supported May, 2019 to Dec, 2020
libraries:
- name: cmake
version: 2
- name: common
version: 3
- name: fuel_tools
version: 3
- name: gui
version: 2
- name: launch
version: 1
- name: math
version: 6
- name: msgs
version: 4
- name: physics
version: 1
- name: plugin
version: 1
- name: rendering
version: 2
- name: sensors
version: 2
- name: sim
version: 2
- name: tools
version: 0
- name: transport
version: 7
- name: sdformat
version: 8
- name: acropolis
lts: false
eol: true
description: Gazebo's first release.
libraries:
- name: cmake
version: 2
- name: common
version: 3
- name: fuel_tools
version: 3
- name: gui
version: 1
- name: launch
version: 0
- name: math
version: 6
- name: msgs
version: 3
- name: physics
version: 1
- name: plugin
version: 1
- name: rendering
version: 1
- name: sensors
version: 1
- name: sim
version: 1
- name: tools
version: 0
- name: transport
version: 6
- name: sdformat
version: 8
# This dictionary is used to supply the description of each library and any other
# information about each library that doesn't change between releases
library_info:
cmake:
description: Provides modules that are used to find dependencies of Gazebo projects and generate cmake targets for consumers of Gazebo projects to link against.
common:
description: A collection of useful classes and functions for handling many command tasks. This includes parsing 3D mesh files, managing console output, and using PID controllers.
fuel_tools:
description: A C++ client library and command line tools for interacting with Gazebo Fuel servers
gui:
description: A framework for graphical user interfaces centered around QT. Each component in Gazebo GUI is an independent plugin
launch:
description: Launch is a system that runs and manages plugins and programs. A configuration script can be used to specify which programs and plugins to run. Alternatively, individual programs and plugins can be run from the command line.
math:
description: A small, fast, and high performance math library. This library is a self-contained set of classes and functions suitable for robot applications.
msgs:
description: Standard set of message definitions, used by Gazebo Transport, and other applications.
physics:
description: A plugin based interface to physics engines, such as ODE, Bullet, and DART.
plugin:
description: A plugin loading library
rendering:
description: A plugin based interface to rendering engines, such as OGRE and Optix.
sensors:
description: A large set of sensor and noise models suitable for generating realistic data in simulation.
sim:
description: Gazebo simulates multiple robots in a 3D environment, with extensive dynamic interaction between objects.
tools:
description: Gazebo tools provides the gz command line tool that accepts multiple subcommands.
transport:
description: The transport library combines ZeroMQ with Protobufs to create a fast and efficient message passing system. Asynchronous message publication and subscription is provided along with service calls and discovery.
sdformat:
description: Simulation Description Format parser and description files.
utils:
description: General purpose classes and functions with minimal dependencies. It includes command line parsing, a helper class to implement the PIMPL pattern, macros to suppress warnings, etc.