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

Add links to subsequent tutorials #469

Merged
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
2 changes: 2 additions & 0 deletions tutorials/custom_sensors.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
\page custom_sensors Custom sensors

Next Tutorial: \ref thermalcameraigngazebo

Gazebo Sensors comes with various built-in sensor types ready to be used.
Users aren't limited to those sensor types though. This tutorial will go over
the process of implementing a custom sensor that leverages Gazebo Sensors
Expand Down
2 changes: 2 additions & 0 deletions tutorials/install.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
\page installation Installation

Next Tutorial: \ref custom_sensors

We recommend following the binary install instructions to get up and running as quickly and painlessly as possible.

The source install instructions should be used if you need the very latest software improvements, you need to modify the code, or you plan to make a contribution.
Expand Down
2 changes: 2 additions & 0 deletions tutorials/segmentation_camera.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
\page segmentationcamera_igngazebo Segmentation Camera in Gazebo

Next Tutorial: \ref boundingbox_camera

In this tutorial, we will discuss how to use a segmentation camera sensor in Gazebo.

## Requirements
Expand Down
2 changes: 2 additions & 0 deletions tutorials/thermal_camera.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
\page thermalcameraigngazebo Thermal Camera in Gazebo

Next Tutorial: \ref segmentationcamera_igngazebo

In this tutorial, we will discuss how to use a thermal camera sensor in [Gazebo](https://gazebosim.org/libs/sim).

There are currently a few limitations with the thermal camera, which will be mentioned at the end of the tutorial.
Expand Down
Loading