mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 00:38:03 -06:00
WIP
Tweaked shooter offset model and new progress with X position
This commit is contained in:
@@ -26,7 +26,7 @@ public interface ShooterIO {
|
||||
|
||||
AngularVelocity motor1Velocity = RotationsPerSecond.of(0);
|
||||
AngularVelocity motor2Velocity = RotationsPerSecond.of(0);
|
||||
AngularVelocity indexerVelocity = RotationsPerSecond.of(0);
|
||||
AngularVelocity indexerForwardVelocity = RotationsPerSecond.of(42.53); //guestimate
|
||||
double indexerOutput = 0;
|
||||
|
||||
Current motor1Current = Amps.of(0);
|
||||
|
||||
Reference in New Issue
Block a user