From f24a36f5c0f1bfe51ace62759f138ce47958c5bb Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Wed, 8 Mar 2023 00:22:29 +0100 Subject: [PATCH] Relocate the tutorials section in supported distributions Signed-off-by: Jose Luis Rivero --- citadel/tutorials.md | 19 +++++++++---------- fortress/tutorials.md | 19 +++++++++---------- garden/tutorials.md | 17 ++++++++--------- 3 files changed, 26 insertions(+), 29 deletions(-) diff --git a/citadel/tutorials.md b/citadel/tutorials.md index f72c98b55f..330211fa4a 100644 --- a/citadel/tutorials.md +++ b/citadel/tutorials.md @@ -2,11 +2,13 @@ These tutorials cover general concepts to help get you started with Ignition. +## Basics tutorials -## ROS integration - -* [ROS Integration](ros_integration) -* [ROS 2 Integration](ros2_integration) +* [Building Your Own Robot](building_robot) +* [Moving the Robot](moving_robot) +* [SDF Worlds](sdf_worlds) +* [Sensors](sensors) +* [Actors](actors) ## GUI tutorials @@ -15,13 +17,10 @@ These tutorials cover general concepts to help get you started with Ignition. * [Model Insertion from Fuel](fuel_insert) * [Keyboard Shortcuts](hotkeys) -## Basics tutorials +## ROS integration -* [Building Your Own Robot](building_robot) -* [Moving the Robot](moving_robot) -* [SDF Worlds](sdf_worlds) -* [Sensors](sensors) -* [Actors](actors) +* [ROS Integration](ros_integration) +* [ROS 2 Integration](ros2_integration) More specific content correlating to each Ignition library can be found under the *API & Tutorials* sections on the [Libraries page](/libs). diff --git a/fortress/tutorials.md b/fortress/tutorials.md index f72c98b55f..330211fa4a 100644 --- a/fortress/tutorials.md +++ b/fortress/tutorials.md @@ -2,11 +2,13 @@ These tutorials cover general concepts to help get you started with Ignition. +## Basics tutorials -## ROS integration - -* [ROS Integration](ros_integration) -* [ROS 2 Integration](ros2_integration) +* [Building Your Own Robot](building_robot) +* [Moving the Robot](moving_robot) +* [SDF Worlds](sdf_worlds) +* [Sensors](sensors) +* [Actors](actors) ## GUI tutorials @@ -15,13 +17,10 @@ These tutorials cover general concepts to help get you started with Ignition. * [Model Insertion from Fuel](fuel_insert) * [Keyboard Shortcuts](hotkeys) -## Basics tutorials +## ROS integration -* [Building Your Own Robot](building_robot) -* [Moving the Robot](moving_robot) -* [SDF Worlds](sdf_worlds) -* [Sensors](sensors) -* [Actors](actors) +* [ROS Integration](ros_integration) +* [ROS 2 Integration](ros2_integration) More specific content correlating to each Ignition library can be found under the *API & Tutorials* sections on the [Libraries page](/libs). diff --git a/garden/tutorials.md b/garden/tutorials.md index 38c434e897..67dafd56b3 100644 --- a/garden/tutorials.md +++ b/garden/tutorials.md @@ -2,10 +2,13 @@ These tutorials cover general concepts to help get you started with Gazebo. +## Basics tutorials -## ROS integration - -* [ROS 2 Integration](ros2_integration) +* [Building Your Own Robot](building_robot) +* [Moving the Robot](moving_robot) +* [SDF Worlds](sdf_worlds) +* [Sensors](sensors) +* [Actors](actors) ## GUI tutorials @@ -14,13 +17,9 @@ These tutorials cover general concepts to help get you started with Gazebo. * [Model Insertion from Fuel](fuel_insert) * [Keyboard Shortcuts](hotkeys) -## Basics tutorials +## ROS integration -* [Building Your Own Robot](building_robot) -* [Moving the Robot](moving_robot) -* [SDF Worlds](sdf_worlds) -* [Sensors](sensors) -* [Actors](actors) +* [ROS 2 Integration](ros2_integration) More specific content correlating to each Gazebo library can be found under the *API & Tutorials* sections on the [Libraries page](/libs).