Team 1757 - Wolverines' robot code for the 2017 FIRST STEAMWORKS game challenge. Main robot code is written in Java based off of WPILib's command-based control system. Onboard Arduino code is written in Arduino C.
The code is divided into several packages based off of the command-based structure.
All required library blobs are included in the lib/
directory.
Compiled javadocs are in the doc/
directory. Open the doc/index.html
file to view it.
Mecanum drivetrain
Fuel collector
Fuel shooter
Gear scorer (active)
Rope climber
Onboard arduino for LED control
Sensors
Vision Processing
utils
For a more complete breakdown of the code structure, see blog post.
CONSTANT_EXAMPLE
(i.e. DISTANCE_MAX_MM
) : Final constantscamelCase
(i.e. defaultUnit
) : Instance variableskInstanceName
(i.e. kInches
) : enum instancesWe are a veteran FIRST Robotics Competition team from Westwood High School in Westwood, Massachusetts. Feel free to check us out on Twitter, Snapchat, or at our website!