Skip to content

Commit 44abcad

Browse files
ahcordenkoenig
andauthored
Added description to tutorials and added a tutorials.yaml (gazebosim#66)
* Added description to tutorials and added a tutorials.yaml Signed-off-by: ahcorde <[email protected]> * Update acropolis/index.yaml Signed-off-by: ahcorde <[email protected]> Co-authored-by: Nate Koenig <[email protected]> * Update blueprint/index.yaml Signed-off-by: ahcorde <[email protected]> Co-authored-by: Nate Koenig <[email protected]> * Update citadel/index.yaml Signed-off-by: ahcorde <[email protected]> Co-authored-by: Nate Koenig <[email protected]> Co-authored-by: Nate Koenig <[email protected]>
1 parent 9e4c011 commit 44abcad

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed

acropolis/index.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@ pages:
1818
- name: install
1919
title: Install
2020
file: install.md
21+
description: Citadel installation instructions
2122
- name: ros_integration
2223
title: ROS Integration
2324
file: ros_integration.md
25+
description: This tutorial details how to interface with ROS, enabling the ability to use tools such as Rviz for robot or sensor visualization.
2426
- name: comparison
2527
title: Feature Comparison
2628
file: comparison.md
29+
description: A list of features present in Gazebo-classic and the status of their migration to Ignition.

blueprint/index.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,28 @@ pages:
1818
- name: install
1919
title: Install
2020
file: install.md
21+
description: Blueprint installation instructions
2122
- name: ros_integration
2223
title: ROS Integration
2324
file: ros_integration.md
25+
description: This tutorial details how to interface with ROS, enabling the ability to use tools such as Rviz for robot or sensor visualization.
2426
- name: comparison
2527
title: Feature Comparison
2628
file: comparison.md
29+
description: A list of features present in Gazebo-classic and the status of their migration to Ignition.
2730
- name: gui
2831
title: Understanding the GUI
2932
file: GUI_tutorial.md
33+
description: This guide is an introduction to the Ignition Graphical User Interface (GUI).
3034
- name: manipulating_models
3135
title: Manipulating Models
3236
file: Manipulating_models.md
37+
description: This tutorial will walk you through using various plugins to assist model and scene manipulation in the Ignition GUI.
3338
- name: fuel_insert
3439
title: Model Insertion from Fuel
3540
file: Model_insertion_fuel.md
41+
description: Ignition Fuel hosts hundreds of models that can easily be added to a world running in the Ignition GUI.
3642
- name: hotkeys
3743
title: Keyboard Shortcuts
3844
file: hotkeys.md
45+
description: Ignition keyboard shortcuts

citadel/index.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pages:
1818
- name: install
1919
title: Install
2020
file: install.md
21+
description: Citadel installation instructions
2122
children:
2223
- name: install_ubuntu
2324
title: Binary Ubuntu Install
@@ -34,18 +35,24 @@ pages:
3435
- name: ros_integration
3536
title: ROS Integration
3637
file: ros_integration.md
38+
description: This tutorial details how to interface with ROS, enabling the ability to use tools such as Rviz for robot or sensor visualization.
3739
- name: comparison
3840
title: Feature Comparison
3941
file: comparison.md
42+
description: A list of features present in Gazebo-classic and the status of their migration to Ignition.
4043
- name: gui
4144
title: Understanding the GUI
4245
file: GUI_tutorial.md
46+
description: This guide is an introduction to the Ignition Graphical User Interface (GUI).
4347
- name: manipulating_models
4448
title: Manipulating Models
4549
file: Manipulating_models.md
50+
description: This tutorial will walk you through using various plugins to assist model and scene manipulation in the Ignition GUI.
4651
- name: fuel_insert
4752
title: Model Insertion from Fuel
4853
file: Model_insertion_fuel.md
54+
description: Ignition Fuel hosts hundreds of models that can easily be added to a world running in the Ignition GUI.
4955
- name: hotkeys
5056
title: Keyboard Shortcuts
5157
file: hotkeys.md
58+
description: Ignition keyboard shortcuts

tutorials.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This file is an index of the pages to display on the documentation website
2+
# (https://ignitionrobotics.org/tutorials). The order of the pages in this file
3+
# is reflected on the website's left sidebar.
4+
5+
releases:
6+
- citadel
7+
- blueprint
8+
- acropolis

0 commit comments

Comments
 (0)