Package frc.robot.superstructure
Class ShooterSuperstructureDebug
java.lang.Object
frc.robot.superstructure.ShooterSuperstructureDebug
A debug controller for the shooter superstructure. Allows for manually setting shooter speed, hood angle, and turret angle.
-
Constructor Summary
ConstructorsConstructorDescriptionShooterSuperstructureDebug(ShooterSuperstructure shooterSuperstructure) Creates a new ShooterSuperstructureDebug. -
Method Summary
-
Constructor Details
-
ShooterSuperstructureDebug
Creates a new ShooterSuperstructureDebug.- Parameters:
shooterSuperstructure- The ShooterSuperstructure to control.
-