-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.tpl.php
51 lines (36 loc) · 1.46 KB
/
index.tpl.php
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
<h3>Project Overview</h3>
<p>This project will allow multiple robots to work together to cover terrain as quickly as possible.</p>
<p>Using images from a camera with a bird's-eye view, a central hub will coordinate the movements of multiple networked robots to achieve maximum terrain coverage while minimizing time and distance travelled for each robot.</p>
<h4>The Pitch</h4>
<div>
<video src="videos/pitch-video.mp4" controls>You're missing a funny video...</video>
</div>
<h3>Video Updates</h3>
<ul class="competitors">
<li class="video box">
<h4>Final Demo</h4>
<p>This was filmed on May 2nd, 2015, shortly after our final demo. It demonstrates most of what we got working with the project.</p>
<div>
<video src="videos/final-demo.mp4" controls>Get it together, dawg.</video>
</div>
</li>
<li class="video box">
<h4>Round Trip Test</h4>
<p>This was filmed on April 24th, 2015. It demonstrates the bare-minimum of the interactions we hope to achieve.</p>
<div>
<video src="videos/roundtrip-test.mp4" controls>Get it together, dawg.</video>
</div>
</li>
<li class="video box">
<h4>Raspberry Pi Camera Test</h4>
<div>
<video src="videos/camera-test.mp4" controls>Come on, man. It's 2015.</video>
</div>
</li>
<li class="video box">
<h4>Robot Sensor Test</h4>
<div>
<video src="videos/sensor-test.mp4" controls>Dude, upgrade your browser already.</video>
</div>
</li>
</ul>