Skip to content

Latest commit

 

History

History

Wildcard

Wildcard Reloaded

This is a complete recoding of Wildcard for the 2020 WPILib.

Notes

There is no cube sensor in the intake due to weird class usage.

There are no sensors (ultrasonic or line sensor) in the drivetrain.

There is no "ramping" algorithm in the lift.

Subsystems

  • Drivetrain
    • Moves the robot
    • Reads Encoders
    • Tank Drive
    • Arcade Drive
  • Intake
    • Hold cube ball at a time
  • Lift
    • Moves the intake vertically
    • Limit switches for bottom / top safety checks

Commands