-
Notifications
You must be signed in to change notification settings - Fork 0
/
vehicle_2019.html
152 lines (137 loc) · 5.83 KB
/
vehicle_2019.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
<!DOCTYPE HTML>
<html>
<head>
<title>Vehicle | Illinois AUV</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" type="image/png" href="images/favicon.png"/>
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-106408168-2"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-106408168-2'); </script>
</head>
<body class="landing">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="index.html">Illinois AUV</a></h1>
<a href='vehicle_2019.html'>Vehicle</a>
<a href='about.html'>About</a>
<a href='people.html'>People</a>
<a href='sponsor.html'>Sponsor</a>
<a href="#nav">Menu</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="vehicle_2019.html">Vehicle</a></li>
<li><a href="about.html">About</a></li>
<li><a href="people.html">People</a></li>
<li><a href="sponsor.html">Sponsor</a></li>
</ul>
</nav>
<!-- Banner -->
<section id="banner">
<h2>2019 Vehicle</h2>
</section>
<!-- One -->
<section id="one" class="wrapper style1">
<div class="inner">
<article class="feature full">
<span class="image full"><img style="width: 100%" src="images/robosub_2019_sub.png" alt="" /></span>
</article>
<article class="feature right">
<span class="image"><img src="images/front_2019_sub.png" alt="" /></span>
<div class="content">
<h2>Single Main Hull</h2>
<p>Building on our experiences from last year, we decided to forego the design of an air tight o-ring based central tubing. This is mainly due to the risk of detaching wires, and breaking circuitry, while opening the central tubing. We have now moved on to a more robust latch-on, latch-off system. All our electronics are encased inside one single hull, and the ease of removability of the roof of the sub makes sure no electronics get damaged in the opening process.</p>
</div>
</article>
<article class="feature left">
<span class="image"><img src="images/csl.jpg" alt="" style="margin-left: 20%"/> </span>
<div class="content">
<h2>Support from the Autonomy Intiative</h2>
<p>We would like thank our main sponsor, the Illinois Autonomy Intiative, for their support in building this year's submarine. The Autonomy Intiative operates under the Coordinated Science Laboratory, and is a campus wide initiative to enable high-impact research and develop new educational programs in autonomous systems for students and professionals.</p>
</div>
</article>
<article class="feature right">
<span class="image"><img src="images/gazebo_sim.png" alt="" /></span>
<div class="content">
<h2>Simulator</h2>
<p> Using the open source UUV Simulator, we have developed an efficient testing environment in Gazebo. This allows us to debug and test our code in simulation before real world testing.</p>
</div>
</article>
</div>
</section>
<!-- Four -->
<section id="four" class="wrapper style2 ">
<div class="inner sponsors">
<center>
<div class="sponsorGrid">
<table>
<tr>
<a href='https://csl.illinois.edu/news/center-autonomy-launched-develop-research-education-emerging-field'><img src='images/csl.jpg'></a>
</tr>
<tr>
<td>
<a href='https://www.uber.com/info/atg/'><img src='images/sponsor/uberatg.png'></a>
</td>
<td>
<a href='http://www.nvidia.com'><img src='images/sponsor/nvidia.png'></a>
</td>
<td>
<a href='https://www.microsoft.com/en-us/'><img src='images/sponsor/microsoft.png'></a>
</td>
</tr>
<tr>
<td>
<a href='http://oceancomm.co/'><img src='images/sponsor/oceancomm.png'></a>
</td>
<td>
<a href='https://www.viasat.com/'><img src='images/sponsor/viasat.png'></a>
</td>
<td>
<a href='http://www.4pcb.com/'><img src='images/sponsor/4pcb.png'></a>
</td>
</tr>
<tr>
<td>
<a href='http://sparton.com/'><img src='images/sponsor/sparton.png'></a>
</td>
<td>
<a href='http://www.te.com/usa-en/home.html'><img src='images/sponsor/te.png'></a>
</td>
<td>
<a href='http://www.wittenstein-us.com/'><img src='images/sponsor/wittenstein.png' class="smaller"></a>
</td>
</tr>
</table>
</div>
</center>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="mailto:illinoisauv@gmail.com" class="icon fa-envelope-o">
<span class="label">Email</span>
</a></li>
<li><a href="https://github.com/IllinoisAUV" class="icon fa-code-fork">
<span class="label">Github</span>
</a></li>
</ul>
<ul class="copyright">
<li>Illinois AUV 2018</li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>