kinematicwolves / KinematicWolves-2020

0 stars 1 forks source link

Added more subsystems #7

Closed kinematicwolves closed 4 years ago

kinematicwolves commented 4 years ago
  1. Added ElevatorPIDSubsystem to control the mechanism to lift the robot at end game
  2. Changed ShooterSubsystem to ShooterPIDSubsystem, only changes the methods it extends
  3. Organized constants
  4. Populated TurretPIDSubsystem with content from TurretSubsystem
  5. Modified ShootBall to call ShooterPIDSubsystem
  6. Updated RobotContainer to reflect new naming of shooter subsystem
gjcolin3 commented 4 years ago

Looks good, thanks!