Skip to content
New issue

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

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

Already on GitHub? # to your account

Relocate the tutorials section in supported distributions #348

Merged
merged 1 commit into from
Mar 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
19 changes: 9 additions & 10 deletions citadel/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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).
19 changes: 9 additions & 10 deletions fortress/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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).
17 changes: 8 additions & 9 deletions garden/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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).