-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvehicles.html
421 lines (413 loc) · 18.8 KB
/
vehicles.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs –––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>CUAUV | Vehicles</title>
<!-- Mobile Specific Metas –––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Script -->
<script src="js/jquery-3.2.1.min.js" type="text/javascript"></script>
<script src="js/includes.js" type="text/javascript"></script>
<!-- FONT –––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="https://use.fontawesome.com/62036b53a1.js"></script>
<!-- CSS –––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/mobile.css">
<!-- Favicon –––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16" />
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="js/siema.js"></script>
<script src="js/includes.js"></script>
</head>
<style>
</style>
<body>
<div class="navbar sticky"></div>
<div id="ham-menu" class="hamburger-menu menu-hidden"></div>
<div class="super_container">
<div class="container margin-less top">
<div class="container">
<div class="row">
<div class="twelve columns" style="text-align: center; margin-top: 48px">
<h5>Our 2019 Competition Subs</h5>
<h3>Heroes of the Iliad <strong><i>Odysseus & Ajax</i></strong></h3>
<div class="eight columns offset-by-two">
<img src="images/odysseus_ajax.png" style="width: 100%;"/>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="eight columns offset-by-two">
<p>CUAUV pioneered the RoboSub competition in 2016 by building not one but two subs, Thor and Loki. We continue this proud tradition with our brand new vehicles Odysseus and Ajax. Odysseus and Ajax will debut at AUSI's RoboSub 2019 Competition in San Diego, CA this summer.</p>
<p>Odysseus takes after the designs of Thor, Artemis, and Castor while featuring a new, roomier main enclosure with more space for electrical boards and a diagnostic LCD screen. Outside of its enclosures Odysseus features more dynamic mounts than ever before, with swinging brackets and flexible 3D printed clips allowing for maximized use of valuable space around the vehicle.</p>
<p>Meanwhile, Ajax is a spiritual successor to Pollux and is our first minisub to feature a fully functional pneumatic system to deploy our newly redesigned torpedo and dropper systems.</p>
</div>
</div>
</div>
</div>
<div class="container" style="padding-top: 24px;" id="prevSubs">
<div class="row">
<div class="twelve columns" style="text-align: center;">
<h3>A Tradition of Excellence <strong><i>Our Past Subs</i></strong></h3>
</div>
</div>
<div class="row">
<div class="two columns slider_button offset-by-five">
<button class="previous"> < </button>
<button class="next"> > </button>
</div>
</div>
<div class="row" style="margin-bottom: 36px;">
<div class="ten columns offset-by-one" style="text-align: center;">
<ul class="siema">
<div class="tabs-title card sub">
<a class="sub-click" onclick="showInfo(18)" href="#prevSubs">
<div class="card-divider">
<h4><strong>2018</strong></h4>
</div>
<div class="img-container">
<img src="images/2018.png">
</div>
<div class="card-section">
<h5>Castor & Pollux</h5>
</div>
</a>
</div>
<div class="tabs-title card sub">
<a class="sub-click" onclick="showInfo(17)" href="#prevSubs">
<div class="card-divider winner">
<h4><strong>2017</strong></h4>
</div>
<div class="img-container">
<img src="images/2017.png">
</div>
<div class="card-section">
<h5>Artemis & Apollo</h5>
<p><i>Robosub Champions</i></p>
</div>
</a>
</div>
<div class="tabs-title card sub">
<a class="sub-click" onclick="showInfo(16)" href="#prevSubs">
<div class="card-divider">
<h4><strong>2016</strong></h4>
</div>
<div class="img-container">
<img src="images/2016.png">
</div>
<div class="card-section">
<h5>Thor & Loki</h5>
</div>
</a>
</div>
<div class="tabs-title card sub">
<a class="sub-click" onclick="showInfo(15)" href="#prevSubs">
<div class="card-divider">
<h4><strong>2015</strong></h4>
</div>
<div class="img-container">
<img src="images/2015.png">
</div>
<div class="card-section">
<h5>Argo</h5>
</div>
</a>
</div>
<div class="tabs-title card sub">
<a class="sub-click" onclick="showInfo(14)" href="#prevSubs">
<div class="card-divider winner">
<h4><strong>2014</strong></h4>
</div>
<div class="img-container">
<img src="images/2014.png">
</div>
<div class="card-section">
<h5>Gemini</h5>
<p><i>Robosub Champion</i></p>
</div>
</a>
</div>
<div class="tabs-title card sub">
<a class="sub-click" onclick="showInfo(13)" href="#prevSubs">
<div class="card-divider winner">
<h4><strong>2013</strong></h4>
</div>
<div class="img-container">
<img src="images/2013.png">
</div>
<div class="card-section">
<h5>Ragnorök</h5>
<p><i>Robosub Champion</i></p>
</div>
</a>
</div>
<div class="tabs-title card sub">
<a class="sub-click" onclick="showInfo(12)" href="#prevSubs">
<div class="card-divider winner">
<h4><strong>2012</strong></h4>
</div>
<div class="img-container">
<img src="images/2012.png">
</div>
<div class="card-section">
<h5>Killick</h5>
<p><i>Robosub Champion</i></p>
</div>
</a>
</div>
<div class="tabs-title card sub">
<a class="sub-click" onclick="showInfo(11)" href="#prevSubs">
<div class="card-divider">
<h4><strong>2011</strong></h4>
</div>
<div class="img-container">
<img src="images/2011.png">
</div>
<div class="card-section">
<h5>Drekar</h5>
</div>
</a>
</div>
<div class="tabs-title card sub">
<a class="sub-click" onclick="showInfo(10)" href="#prevSubs">
<div class="card-divider winner">
<h4><strong>2010</strong></h4>
</div>
<div class="img-container">
<img src="images/2010.png">
</div>
<div class="card-section">
<h5>Tachyon</h5>
<p><i>Robosub Champion</i></p>
</div>
</a>
</div>
<div class="tabs-title card sub">
<a class="sub-click" onclick="showInfo('09')" href="#prevSubs">
<div class="card-divider winner">
<h4><strong>2009</strong></h4>
</div>
<div class="img-container">
<img src="images/2009.png">
</div>
<div class="card-section">
<h5>Nova</h5>
<p><i>Robosub Champion</i></p>
</div>
</a>
</div>
<div class="tabs-title card sub">
<a class="sub-click" onclick="showInfo('08')" href="#prevSubs">
<div class="card-divider">
<h4><strong>2008</strong></h4>
</div>
<div class="img-container">
<img src="images/2008.jpg">
</div>
<div class="card-section">
<h5>Triton</h5>
</div>
</a>
</div>
<div class="tabs-title card sub">
<a class="sub-click" onclick="showInfo('07')" href="#prevSubs">
<div class="card-divider">
<h4><strong>2007</strong></h4>
</div>
<div class="img-container">
<img src="images/2007.jpg">
</div>
<div class="card-section">
<h5>Proteus</h5>
</div>
</a>
</div>
<div class="tabs-title card sub">
<a class="sub-click" onclick="showInfo('06')" href="#prevSubs">
<div class="card-divider">
<h4><strong>2006</strong></h4>
</div>
<div class="img-container">
<img src="images/2006.jpg">
</div>
<div class="card-section">
<h5>Seamonkey</h5>
</div>
</a>
</div>
</ul>
</div>
</div>
<div class="row sub-info" id="sub2018">
<div class="five columns offset-by-one">
<img class="sub-pic" src="images/2018.png" >
</div>
<div class="five columns">
<h4>2018</h4>
<h3>Castor & Pollux</h3>
<p>Castor and Pollux were the next evolutionary step of AUV technology. The move to a Nvidia Jetson computer system allowed our computer programs to run faster and more efficiently in a more compact form-factor while a new communication protocol enabled both better SLAM navigation and sub-to-sub communication. A complete revamping of the subs' hydrophones tracking system and an FPGA-based controller that determined the location of underwater pingers were also included. Meanwhile, a new DVL allowed Castor to be a third smaller than our previous main sub. At the same time Pollux was upgraded to feature 8 thrusters, a full hydrophone system, and passive manipulators, even in the smallest minisub hull CUAUV has ever designed.</p>
</div>
</div>
<div class="row sub-info" id="sub2017">
<div class="five columns offset-by-one">
<img class="sub-pic" src="images/2017.png" >
</div>
<div class="five columns">
<h4>2017</h4>
<h3>Artemis & Apollo</h3>
<p>Artemis & Apollo continued on lessons learned from Thor & Loki. Artemis features numerous improvements that make it easier to maneuver and swap parts, such as real time dynamic thrust vectoring, a modular quick-Access PCB backplane, modular hot-swappable battery pods, and modular bulkhead panels.</p>
<p>Apollo features a dual inertial sensor fusion, CO2 pneumatically fired torpedoes, modular hot-swappable battery pods, and can have communicate accoustically with Artemis.</p>
</div>
</div>
<div class="row sub-info" id="sub2016">
<div class="five columns offset-by-one">
<img class="sub-pic" src="images/2016.png" >
</div>
<div class="five columns">
<h4>2016</h4>
<h3>Thor & Loki</h3>
<p>Thor has a mechanical design that implemented ideas from previous double-hull and single-hull AUV designs. Thor introduces vectored thrusters that can be dynamically repositioned to maximize vehicle speed and maneuverability. It also has sliding electronics racks which allow for better access to the bulkheads and easier electrical integration.</p>
<p>This is Loki. Together, Thor and Loki worked in tandem to complete the RoboSub course faster than ever before. Due to Loki’s compact size, we had to rethink the way our AUVs are designed. Loki features a hot swappable battery inside of a single hull design along with a CO2 cartridge actuator system.</p>
</div>
</div>
<div class="row sub-info" id="sub2015">
<div class="five columns offset-by-one">
<img class="sub-pic" src="images/2015.png">
</div>
<div class="five columns">
<h4>2015</h4>
<h3>Argo</h3>
<p>CUAUV is proud to present Argo, its 2015 vehicle. Argo improves upon its predecessor in every aspect of its development, with more flexible electrical systems, enhanced user interfaces, and new double hull design to decrease overall size and weight.</p>
</div>
</div>
<div class="row sub-info" id="sub2014">
<div class="five columns offset-by-one">
<img class="sub-pic" src="images/2014.png" >
</div>
<div class="five columns">
<h4>2014</h4>
<h3>Gemini</h3>
<p>Gemini is CUAUV's 2013-2014 vehicle, a joint competition and research vehicle. The design focuses on reducing the weight of the vehicle platform while maintaining full competition capabilities, ease of integration and use, and improved control properties. The main improvements include stronger frame structures and pressure vessels, a streamlined electronics system, improved sensor suite, and improved vision algorithms.</p>
</div>
</div>
<div class="row sub-info" id="sub2013">
<div class="five columns offset-by-one">
<img class="sub-pic" src="images/2013.png" >
</div>
<div class="five columns">
<h4>2013</h4>
<h3>Ragnarök</h3>
<p>Ragnarök is the CUAUV 2012-2013 vehicle, a joint competition and research vehicle. The design focuses on reducing the weight of the vehicle platform while maintaining full competition capabilities, ease of integration and use, control properties, and backwards compatibility. The main improvements include stronger frame structures and pressure vessels, a streamlined electronics system, improved sensor suite, and improved vision algorithms.</p>
</div>
</div>
<div class="row sub-info" id="sub2012">
<div class="five columns offset-by-one">
<img class="sub-pic" src="images/2012.png" >
</div>
<div class="five columns">
<h4>2012</h4>
<h3>Killick</h3>
<p>Killick is the CUAUV 2011-2012 vehicle, a joint competition and research vehicle. The design focuses on reducing the size and weight of the vehicle platform while maintaining full competition capabilities and control properties. The main improvements include stronger frame structures and pressure vessels, a streamlined electronics system, improved sensor suite, and improved vision algorithms.</p>
</div>
</div>
<div class="row sub-info" id="sub2011">
<div class="five columns offset-by-one">
<img class="sub-pic" src="images/2011.png" >
</div>
<div class="five columns">
<h4>2011</h4>
<h3>Drekar</h3>
<p>Drekar is the CUAUV 2010-2011 vehicle, a joint competition and research vehicle. The design focuses on reducing the size and weight of the vehicle platform while maintaining full competition capabilities and control properties. The main improvements include stronger frame structures and pressure vessels, a streamlined electronics system, improved sensor suite, and improved vision algorithms.</p>
</div>
</div>
<div class="row sub-info" id="sub2010">
<div class="five columns offset-by-one">
<img class="sub-pic" src="images/2010.png" >
</div>
<div class="five columns">
<h4>2010</h4>
<h3>Tachyon</h3>
<p>Tachyon is CUAUV’s 2009-2010 vehicle, designed using much of what we learned from our previous vehicles with many new innovations that improve vehicle performance. Tachyon was designed to be a joint competition and research vehicle, with an expanded payload area and better control characteristics.</p>
</div>
</div>
<div class="row sub-info" id="sub2009">
<div class="five columns offset-by-one">
<img class="sub-pic" src="images/2009.png" >
</div>
<div class="five columns">
<h4>2009</h4>
<h3>Nova</h3>
<p>Nova is the next generation of CUAUV submarines. Expandable and capable of both close in maneuvering and long range sensing missions, it is a transition vehicle between competition missions and CUAUV's new research based open water focus.</p>
</div>
</div>
<div class="row sub-info" id="sub2008">
<div class="five columns offset-by-one">
<img class="sub-pic" src="images/2008.jpg" >
</div>
<div class="five columns">
<h4>2008</h4>
<h3>Triton</h3>
<p>The Triton AUV is CUAUV's 2007-2008 littoral hovering AUV. The new vehicle borrows heavily from the successful elements of the Proteus AUV, as well as certain elements from the Seamonkey class vehicle. The main electronics are contained in a single clear acrylic hull. To improve maintainability the hull may be removed from the electronics rack without disconnecting any of the electronics. The endcaps are made out of aluminum for superior thermal performance.</p>
</div>
</div>
<div class="row sub-info" id="sub2007">
<div class="five columns offset-by-one">
<img class="sub-pic" src="images/2007.jpg" >
</div>
<div class="five columns">
<h4>2007</h4>
<h3>Proteus</h3>
<p>CUAUV’s 2007 competition vehicle is named Proteus. Proteus is the mythological son of the Greek god of the sea, Poseidon, also commonly referred to as the old man of the sea. He is famous for his ability to change shape – a perfect symbol for our new vehicle which has morphed from the SeaMonkey into a sleek and even more reliable new model. Proteus is a 40" long x 20" tall vehicle that will have the ability to autonomously complete tasks under water. The vehicle is smaller, lighter, faster, and more efficient than any of the team’s previous vehicles. The new design is able to balance functionality and performance. The two bottom pods are designed as battery hulls that can easily be removed from the vehicle, even while the vehicle is up and running. This new battery design will not interrupt onboard electronic operations, which will allow the team to remove one battery while the vehicle runs on the other.</p>
</div>
</div>
<div class="row sub-info" id="sub2006">
<div class="five columns offset-by-one">
<img class="sub-pic" src="images/2006.jpg">
</div>
<div class="five columns">
<h4>2006</h4>
<h3>Seamonkey</h3>
<p>Seamonkey was CUAUV's 5th generation vehicle. To date, it was the most versatile vehicle and well suited as a platform for developmental research and lake deployment. The central frame provides easy access for mounting sensors and any other payload. The larger top hull houses the vehicle electronics, while the bottom hull contains the vehicle's batteries and motor controllers. The combination of relatively high buoyancy on the top hull and greater weight on the bottom hull gives the vehicle an excellent static stability on the pitch and roll axes.</p>
</div>
</div>
</div>
</div>
<script>
$(".row.sub-info").hide();
function showInfo(year) {
var id = "#sub20" + year;
console.log(id);
$(".row.sub-info").hide();
$(id).show();
}
const siema = new Siema({
selector: '.siema',
duration: 200,
easing: 'ease-out',
perPage: {
400: 1,
640: 2,
800: 3,
1240: 4
},
startIndex: 0,
draggable: true,
multipleDrag: true,
threshold: 20,
loop: false,
rtl: false,
onInit: () => {},
onChange: () => {},
});
$(".previous").click(() => { siema.prev(); });
$(".next").click(() => { siema.next(); });
</script>
<div class="footer"></div>
</body>
</html>