-
Notifications
You must be signed in to change notification settings - Fork 289
/
Copy pathtutorials.md.in
26 lines (19 loc) · 1.61 KB
/
tutorials.md.in
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
\page tutorials Tutorials
Welcome to the Ignition @IGN_DESIGNATION_CAP@ tutorials. These tutorials
will guide you through the process of understanding the capabilities of the
Ignition @IGN_DESIGNATION_CAP@ library and how to use the library effectively.
**Tutorials**
* \subpage terminology "Terminology": List of terms used across the documentation
* \subpage createsystemplugins "Create System Plugins": Programmatically access simulation using C++ plugins
* \subpage levels "Levels": Load entities on demand in large environments
* \subpage distributedsimulation "Distributed Simulation": Spread simulation across several processes
* \subpage migrationplugins "Migration from Gazebo-classic: plugins": Walk through the differences between writing plugins for Gazebo-classic and Ignition Gazebo
* \subpage log "Logging": Record and play back time series of world state.
* \subpage physics "Physics engines": Loading different physics engines.
* \subpage battery "Battery": Keep track of battery charge on robot models
* \subpage debugging "Debugging": Information about debugging Gazebo.
* \subpage detachablejoints "Detachable Joints": Creating models that start off rigidly attached and then get detached during simulation
* \subpage triggeredpublisher "Triggered Publisher": Using the TriggeredPublisher system to orchestrate actions in simulation
## License
The code associated with this documentation is licensed under an [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
This documentation is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).