You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _pages/facilities.md
+79-3Lines changed: 79 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
layout: page
3
3
permalink: /facilities/
4
4
title: Facilities
5
-
description: Current testing facilities
5
+
description: Current testing facilities at OSL Lab
6
6
nav: true
7
7
nav_order: 5
8
8
---
@@ -11,6 +11,7 @@ nav_order: 5
11
11
12
12
## Wave tank
13
13
14
+
We have a wave tank of 12x12x3m with wave generation capabilities.
14
15
15
16
<divclass="row align-items-center">
16
17
<div class="col-8">
@@ -21,6 +22,17 @@ nav_order: 5
21
22
</div>
22
23
</div>
23
24
25
+
### Qualysis camera system
26
+
The tank is equipped with a Qualysis camera tracking system for precise localization.
27
+
28
+
<divclass="row align-items-center">
29
+
<div class="col-8">
30
+
{% include figure.html path="assets/img/facilities/Qualysis.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
31
+
</div>
32
+
<div class="col-10">
33
+
<br>
34
+
</div>
35
+
</div>
24
36
25
37
26
38
## Test tank
@@ -40,13 +52,77 @@ nav_order: 5
40
52
Current robots in the lab
41
53
42
54
## Bluerov2
55
+
We have three BlueROVs with different configurations, one with 3D sonar and stereo camera systems for SLAM, one for manipulation, and for one for control.
56
+
57
+
<divclass="row align-items-center">
58
+
<divclass="col-md-6">
59
+
{% include figure.html
60
+
path="assets/img/facilities/bluerov_v1.png"
61
+
title="Example image 1"
62
+
class="img-fluid rounded z-depth-1" %}
63
+
</div>
64
+
<divclass="col-md-6">
65
+
{% include figure.html
66
+
path="assets/img/facilities/blurov_arm_b.png"
67
+
title="Example image 2"
68
+
class="img-fluid rounded z-depth-1" %}
69
+
</div>
70
+
</div>
71
+
72
+
## Blueboat
43
73
44
74
<divclass="row align-items-center">
45
75
<div class="col-8">
46
-
{% include figure.html path="assets/img/facilities/bluerov_v1.png" title="example image" class="img-fluid rounded z-depth-1" %}
76
+
{% include figure.html path="assets/img/facilities/marine_setup.png" title="example image" class="img-fluid rounded z-depth-1" %}
47
77
</div>
48
78
<div class="col-10">
49
-
<br>
79
+
<br>
80
+
</div>
81
+
</div>
82
+
83
+
84
+
85
+
## NEW ROV
86
+
A new ROV develeped in house equiped with a stereo camera system a reach bravo alpha and nortek DVL.
87
+
88
+
<divclass="row align-items-center">
89
+
<div class="col-8">
90
+
{% include figure.html path="assets/img/facilities/New_ROV.png" title="example image" class="img-fluid rounded z-depth-1" %}
91
+
</div>
92
+
<div class="col-10">
93
+
<br>
94
+
</div>
95
+
</div>
96
+
97
+
<hr>
98
+
99
+
# Simulators
100
+
101
+
Additionally, our group has worked in the development of several simulation environments for marine robotics.
102
+
103
+
## Stonefish
104
+
Developed together with the University of Girona. More information: <ahref="https://stonefish.readthedocs.io/en/latest/"target="_blank"rel="noopener noreferrer">here</a>.
105
+
106
+
<divclass="row align-items-center">
107
+
<div class="col-8">
108
+
{% include figure.html path="assets/img/facilities/Stonefish.png" title="example image" class="img-fluid rounded z-depth-1" %}
109
+
</div>
110
+
<div class="col-10">
111
+
<br>
112
+
</div>
113
+
</div>
114
+
115
+
## Marine gym
116
+
A new simulator based on Isaac Sim.
117
+
More information <ahref="https://marine-gym.com/"target="_blank"rel="noopener noreferrer">here</a>.
118
+
119
+
120
+
<divclass="row align-items-center">
121
+
<div class="col-8">
122
+
{% include figure.html path="assets/img/facilities/marinegym.png" title="example image" class="img-fluid rounded z-depth-1" %}
0 commit comments