-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsensor-fusion.html
63 lines (50 loc) · 1.68 KB
/
sensor-fusion.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Necessary Software | AVTv4 | Portland State Autonomous Vehicles Team</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1 class="header"><a href="index.html">AVTv4</a></h1>
<p class="header">
An extensible quadcopter platform by the Portland State Autonomous Vehicles Team
</p>
</header>
<menu>
<ul>
<li><a class="buttons" href="index.html">Specs</a></li>
<li><a class="buttons" href="buy.html">Buy</a></li>
<li><a class="buttons" href="build.html">Build</a></li>
<li><a class="buttons" href="fly.html">Fly</a></li>
<li><a class="buttons" href="extend.html">Extend</a></li>
<li><a class="buttons" href="contact.html">Contact</a></li>
<br />
<li><a class="buttons github" href="http://github.com/psu-avt/">GitHub Profile</a></li>
</ul>
</menu>
<!-- begin content !-->
<section>
<img src="images/banner.png">
<h3>Sensor Fusion</h3>
<p>Instructions.</p>
</section>
<!-- end content !-->
<footer>
<p><small>
Hosted on <a href="https://pages.github.com">GitHub Pages</a> with modified Dinky theme
</small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>