forked from gazebosim/gz-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tutorials.md.in
27 lines (18 loc) · 1.1 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
27
\page tutorials Tutorials
Welcome to the Gazebo @GZ_DESIGNATION_CAP@ tutorials. These tutorials
will guide you through the process of understanding the capabilities of the
Gazebo @GZ_DESIGNATION_CAP@ library and how to use the library effectively.
**General**
1. \subpage install "Installation"
2. \subpage commandline "Command line usage": Learn to use `gz gui`
3. \subpage plugins "Plugins": Introduction to writing and loading plugins
4. \subpage config "Configuration files": Load and find config files
5. \subpage layout "Layout": Arrange plugins on the application
6. \subpage style "Style": Customize the application's look
7. \subpage examples "Examples": Navigate the examples folder
**Plugins**
1. \subpage scene "3D Scene": How to use the rendering scene
2. \subpage screenshot "Screenshot": Save screenshots of the 3D scene
## 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/).