-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuwaft.html
122 lines (103 loc) · 5.15 KB
/
uwaft.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
<!DOCTYPE HTML>
<html>
<head>
<title>UWAFT GM Ecocar</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">Home</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html#targetMain">Home</a></li>
<li><a href= "capitalOne.html">Capital One</a></li>
<li><a href= "maplePrecision.html">MaplePrecision</a></li>
<li class="active"><a>GM EcoCar</a></li>
<li><a href="waterloop.html">SpaceX Hyperloop</a></li>
<li><a href="api.html">API</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
<ul class="icons">
<li><a href="https://www.youtube.com/channel/UCUWGmc7j02amnUItrbJW6Bw" class="icon brands fa-youtube" target="_blank"><span class="label">YouTube</span></a></li>
<li><a href="https://github.com/hank-w" class="icon brands fa-github" target="_blank"><span class="label">GitHub</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Post -->
<section class="post">
<header class="major">
<span class="date"></span>
<h1>University of Waterloo<br />
GM EcoCar 3</h1>
Autonomous Vehicle Software Team Member
</header>
The University of Waterloo Alternative Fuels Team competes in General Motors' annual EcoCAR 3 competition. The goal of the competition is to develop an electric autonomous vehicle from a base vehicle with bare parts provided by General Motors. Across the span of four years, teams work on building, assembling, wiring, and creating software for the vehicle, all from scratch.
</p>
<p>
On the team, I work on writing 'backend' software for the vehicle and developing simulations for the vehicle's motion and electrical componenet reponses. I program path finding algorithims using C++ in ROS (Robot Operating System), which I also use to perform sensor diagnostics and sensor fusion to our three radars and one lidar. I use MATLAB and Simulink to create visual and data simulations of our vehicle and its sensors at work in a real time environment to test for edge cases. I also work on processing and parsing CAN (Controller Area Network) data in order to code appropriate physical responses across many scenario such as lane change, turning, and emergency stops.
</p>
<p>
I have included documentation that we created that goes in depth into the use of integrated software and hardware towards our goal of achieving autonomous driving. You can read the pdf above if your interested! =)
</p>
<ul class="actions special">
<li><a target="_blank" href = "https://www.youtube.com/user/TheUWAFT/videos" class="button">UWAFT Youtube Channel</a></li>
<li><a target="_blank" href = "https://avtcseries.org/competitions/ecocar3-2/" class="button">Competition</a></li>
</ul>
<div class = "container">
<embed src = "images2/uwaft/CAV Connected Autonomous Vehicle Documentation.pdf" width = 100% height = "600px" />
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<!-- Calendly inline widget begin -->
<div class="calendly-inline-widget" data-url="https://calendly.com/hank-w/30min" style="min-width:320px;height:630px;"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js"></script>
<!-- Calendly inline widget end -->
</section>
<section class="split contact">
<section>
<h3>Email</h3>
<p align = "center"><a href="hank.j.wu@gmail.com"><font size = "3">hank.j.wu@gmail.com</font></a></br></p>
</section>
<section>
<h3>Phone</h3>
<ul class="icons alt">
<p>
<li><a href="" ><span class="label"></span></a></li>
<a href="#">+1 (519) 721-9529</a></p>
</ul>
</section>
<section>
<h3>Social</h3>
<ul class="icons alt">
<li><a href="https://www.youtube.com/channel/UCUWGmc7j02amnUItrbJW6Bw" class="icon brands fa-youtube"><span class="label">YouTube/span></a></li>
<li><a href="https://github.com/hank-w" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
</section>
</section>
</footer>
<div id="emptyFooter">
<ul><li>© Untitled</li><li>Space <a href="#"></a></li></ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>