Skip to content

Commit 4184f24

Browse files
committed
adding gifs
1 parent 7b79b48 commit 4184f24

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

docs/docs/sensors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Below is a list of sensor drivers developed by our lab that are supported by Blu
1414
| Sensor | Driver | Supported ROS Versions |
1515
| --------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | ---------------------- |
1616
| [Water Linked DVL-A50](https://waterlinked.com/dvl) | [waterlinked_dvl](https://github.com/Robotic-Decision-Making-Lab/waterlinked_dvl) | Jazzy |
17-
| [Water Linked Underwater GPS](https://waterlinked.com/underwater-gps) | [waterlinked_ugps]() | Jazzy |
17+
| [Water Linked Underwater GPS](https://waterlinked.com/underwater-gps) | [waterlinked_ugps](https://github.com/Robotic-Decision-Making-Lab/waterlinked_dvl) | Jazzy |
1818
| [Barlus UW-S5-3PBX10 Underwater Camera](https://barluscam.com/) | [barlus_underwater_camera](https://github.com/Robotic-Decision-Making-Lab/barlus_underwater_camera) | Jazzy |
1919

2020
## Third-Party Sensors

docs/docs/tutorials/simulation.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ sidebar_position: 1
33
title: Running Blue in Simulation
44
---
55

6+
import Sim from '@site/static/gif/sim.gif';
7+
68
This tutorial describes how to launch an implemented vehicle in Gazebo with
79
the Gazebo hydrodynamics plugins. Our tests have found that Gazebo provides
810
a good representation of underwater vehicle dynamics. Alternative, *untested*
@@ -14,6 +16,8 @@ underwater simulation options that can be used with ROS 2 include:
1416
We recommend exploring each simulation option to determine what best fits your
1517
project's needs.
1618

19+
<img src={Sim} alt="Simulation demo gif" style={{ width: '100%', maxWidth: 700 }} />
20+
1721
## Dependencies
1822

1923
This tutorial has the following dependencies:

docs/docs/tutorials/uvms.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ to control an underwater vehicle manipulator system (i.e., the BlueROV2 Heavy
1010
with a Reach Alpha 5) in simulation. The files used for this tutorial are available
1111
in the `blue_demos/manipulator_systems` directory.
1212

13-
<img src={UVMS} alt="UVMS demo gif" style={{ width: '100%', maxWidth: 600 }} />
13+
<img src={UVMS} alt="UVMS demo gif" style={{ width: '100%', maxWidth: 700 }} />
1414

1515
## Dependencies
1616

docs/static/gif/sim.gif

8.34 MB
Loading

0 commit comments

Comments
 (0)