Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nam Tran committed Feb 9, 2015
1 parent eead343 commit c272e1d
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# FRC-2015
Software for the 2015 FRC robot, written by the Team 708 software team in Java.

##Subsystems
- Drivetrain
- Vision Processor
- Claw and Claw Elevator (same mechanical subsystem, treated as two separate ones in software)
- Indexer (also known as tote elevator)
- Intake

##Wiring
[See this Google Spreadsheet](https://docs.google.com/spreadsheets/d/1NOy_13O9_D_tmYfdHeO2wjOzWzNkkdXDBmnokGaqViw/edit?usp=sharing)

##Significant New Features
- Hatter Drive, which is just ChezyDrive with the namespace for anything interesting and original that we may add in the future.
- 4 Ball autonomous
- Now using percent error to determine motor speeds moving to a setpoint without PID control
- Simplified finding if a value is within a threshold by using |actual value - goal value| <= threshold value

##2015 Software Team (Quick Reference)
- @jpiergal (Mentor)
- @omn0mn0m (Head)
- @katzekitteh (Head)
- @jlwang (Head)
- @brotibi
- @Ethreal
- @frakerman1
- @LabLayers
- @McFoaley
- @MichaelGipson101
- @UntamedMustache
- @wutnut

0 comments on commit c272e1d

Please sign in to comment.