This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathftc.html
70 lines (64 loc) · 2.91 KB
/
ftc.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Libre+Baskerville|Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Dosis" rel="stylesheet">
<title>Mannan Shukla | FTC Portfolio</title>
</head>
<body>
<div class = "wrapper">
<p class = "wordmark"> <a href = "index.html">Mannan Shukla</a></p>
<nav>
<a href = "myself.html" class = "links">About Myself</a>
<a class = "thing">|</a>
<a href = "tech.html" class = "links">My Favorite Tech</a>
<a class = "thing">|</a>
<a href = "ftc.html" class = "links">FTC Portfolio</a>
<a class = "thing">|</a>
<a href = "gallery.html" class = "links"> Gallery </a>
</nav>
</div>
<br>
<br>
<br>
<div class = "wrapper2">
<p class = "largeText">Overview:</p>
<p class = "text">As a member of the software team on FTC 14020 Nemesis Prime, I was tasked with making sure the robot
was always in control. Whether its through teleop optimization, or control systems for the drivetrain.
It could be using vision processing for navigation, or for completing missions effectively. It could
even be trying to use systems that make sure the robot always stays on course. Overall, the software team
was to make sure the robot always responded to commands and work as intended. FTC isn't just about robots though,
in the beginning of the year, everyone on the team was required to write an elevator pitch. After selecting people
Ms. Young brought the group together to embark on 2018-2019's first sponsor walk. It was my pleasure to be a part
of this group, where I got to talk personally to potential sponsors about my plans moving with the team and what our
team was all about.
</p>
</div>
<br>
<br>
<div class = "wrapper2">
<p class = "largeText">What I Worked On:</p>
<center><p class = "smallText">(these are clickable)</p></center>
<ul>
<li class = "text">
<a href="tfs.html" class = "links">Tensorflow Scan</a>
</li>
<li class = "text">
<a href="tfc.html" class = "links">Tensorflow Run (and Checkpoint)</a>
</li>
<li class = "text">
<a href="cont.html" class = "links">Control System Basics</a>
</li>
<li class = "text">
<a href="spon.html" class = "links">Sponsor Night</a>
</li>
<li class = "text">
<a href="walk.html" class = "links">Sponsor Walk</a>
</li>
</ul>
</div>
</body>
</html>