Skip to content

Commit 7c4c64b

Browse files
committed
Added videos to what we do, need to fix so compatible with markdown
1 parent a23213c commit 7c4c64b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Writerside/topics/FRC 4079 Software Training Guide/What-We-Do.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
## Our Mission
66
The goal of the software team is to essentially tell the robot what to do. We tell it when, where, how, etc to do absolutely everything.
77

8+
### We want to turn our robot from this:
9+
10+
<video src="https://www.youtube.com/watch?v=Ye7wPaNFYwI"></video>
11+
12+
### To something more like this:
13+
14+
<video src="https://youtu.be/dAQHpG9GmHc"></video>
15+
816
## How We Do This
917
Through code that we write and is compiled, the robot can understand us and do what we tell it to do. However, being part of software does not just mean code code code.
1018
You have to work with the rest of the team, use external software, and test the code on the robot.

0 commit comments

Comments
 (0)