mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 00:38:03 -06:00
add testing changes
This commit is contained in:
@@ -21,7 +21,7 @@ public interface ShooterIO {
|
||||
// Angle shooterTargetPitch = Rotations.of(0);
|
||||
// Current pitchMotorCurrent = Amps.of(0);
|
||||
|
||||
AngularVelocity motor1TargetVelocity = RotationsPerSecond.of(40); // For modeling purposes
|
||||
AngularVelocity motor1TargetVelocity = RotationsPerSecond.of(0);
|
||||
AngularVelocity motor2TargetVelocity = RotationsPerSecond.of(0);
|
||||
double indexerTargetOutput = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user