-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2018Projects.html
More file actions
34 lines (34 loc) · 1.56 KB
/
Copy path2018Projects.html
File metadata and controls
34 lines (34 loc) · 1.56 KB
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
<div class="card mb-3 bg-light">
<div class="card-header"><h1>2018 Projects</h1></div>
<div class="card-body">
<div class="accordion" id="coursesAccordian">
<h3>Spring 2018</h3>
<div class="card">
<div class="card-header" id="headingOne">
<h2 class="mb-0">
<button class="btn btn-link" type="button" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
The Wanderer
</button>
</h2>
</div>
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#coursesAccordian">
<div class="card-body row">
<div class="col-8">
<h5>Summary</h5>
We built a walking robot, called the Wanderer, that uses OpenCV to see people as it wanders around.
When it sees people, it greets them, and when the people leave it says goodbye. I learned about
robotic systems integration in this project by designing power circuitry and connecting all
electrical hardware for the software subteam. I also worked in the mechanical subteam to ensure
internal components had enough space in the final assembly.
<a href="http://poe.olin.edu/2019/wanderer/">Project Website</a>
</div>
<div class="col-4">
<img src="./images/wanderer.jpg" style="height:30rem;"
alt="The Wanderer Robot with its fur cover and camera nose.">
</div>
</div>
</div>
</div>
</div>
</div>
</div>