Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added description to tutorials and added a tutorials.yaml #66

Merged
merged 4 commits into from
Aug 25, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions acropolis/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ pages:
- name: install
title: Install
file: install.md
description: Citadel Installation instructions
ahcorde marked this conversation as resolved.
Show resolved Hide resolved
- name: ros_integration
title: ROS Integration
file: ros_integration.md
description: This tutorial details how to interface with ROS, enabling the ability to use tools such as Rviz for robot or sensor visualization.
- name: comparison
title: Feature Comparison
file: comparison.md
description: A list of features present in Gazebo-classic and the status of their migration to Ignition.
7 changes: 7 additions & 0 deletions blueprint/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,28 @@ pages:
- name: install
title: Install
file: install.md
description: Blueprint Installation instructions
ahcorde marked this conversation as resolved.
Show resolved Hide resolved
- name: ros_integration
title: ROS Integration
file: ros_integration.md
description: This tutorial details how to interface with ROS, enabling the ability to use tools such as Rviz for robot or sensor visualization.
- name: comparison
title: Feature Comparison
file: comparison.md
description: A list of features present in Gazebo-classic and the status of their migration to Ignition.
- name: gui
title: Understanding the GUI
file: GUI_tutorial.md
description: This guide is an introduction to the Ignition Graphical User Interface (GUI).
- name: manipulating_models
title: Manipulating Models
file: Manipulating_models.md
description: This tutorial will walk you through using various plugins to assist model and scene manipulation in the Ignition GUI.
- name: fuel_insert
title: Model Insertion from Fuel
file: Model_insertion_fuel.md
description: Ignition Fuel hosts hundreds of models that can easily be added to a world running in the Ignition GUI.
- name: hotkeys
title: Keyboard Shortcuts
file: hotkeys.md
description: Ignition keyboard shortcuts
7 changes: 7 additions & 0 deletions citadel/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pages:
- name: install
title: Install
file: install.md
description: Citadel Installation instructions
ahcorde marked this conversation as resolved.
Show resolved Hide resolved
children:
- name: install_ubuntu
title: Binary Ubuntu Install
Expand All @@ -34,18 +35,24 @@ pages:
- name: ros_integration
title: ROS Integration
file: ros_integration.md
description: This tutorial details how to interface with ROS, enabling the ability to use tools such as Rviz for robot or sensor visualization.
- name: comparison
title: Feature Comparison
file: comparison.md
description: A list of features present in Gazebo-classic and the status of their migration to Ignition.
- name: gui
title: Understanding the GUI
file: GUI_tutorial.md
description: This guide is an introduction to the Ignition Graphical User Interface (GUI).
- name: manipulating_models
title: Manipulating Models
file: Manipulating_models.md
description: This tutorial will walk you through using various plugins to assist model and scene manipulation in the Ignition GUI.
- name: fuel_insert
title: Model Insertion from Fuel
file: Model_insertion_fuel.md
description: Ignition Fuel hosts hundreds of models that can easily be added to a world running in the Ignition GUI.
- name: hotkeys
title: Keyboard Shortcuts
file: hotkeys.md
description: Ignition keyboard shortcuts
8 changes: 8 additions & 0 deletions tutorials.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This file is an index of the pages to display on the documentation website
# (https://ignitionrobotics.org/tutorials). The order of the pages in this file
# is reflected on the website's left sidebar.

releases:
- citadel
- blueprint
- acropolis