2015 robot code.
Java
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
2015robot
Architecture
For Judges
.gitignore
Controls for Robot.csv
README.md

README.md

Robot2015

2015 robot code.

TODO

  • Complete Architecture Design
  • Complete Pseudo Code
  • Complete Actual Robot Code
    • Autonomous Robot Code
    • Teleop Robot Code
  • Layout Swag Lights
  • Figure out how to use gyro to stabilize horizontal sway
  • Actually implement the gyro to stabalize horizontal sway
  • Encoder Fault Detection
  • Elevator Calibration code

Project Ideas

  • Correct for drift in the omni wheels

    • gyro in roborio?
    • optic flow sensor?
  • Fault detection on encoders

    • Detect when an encoder is misbehaving and ignore it for the rest of the match. ie switch to an open loop controller.
  • No Linear Elevator Controller
    • PID
  • Software / Hardware Calibration
  • Change swag lights when faults are detected