mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 00:38:03 -06:00
Add JankCoder
This commit is contained in:
@@ -17,11 +17,15 @@ public interface IntakeIO {
|
||||
public class IntakeState {
|
||||
double currentBounceTime = 0;
|
||||
|
||||
boolean extendedLimit = false;
|
||||
boolean retractedLimit = false;
|
||||
Angle intakeEncoder = Rotations.of(0);
|
||||
|
||||
Angle armAngle = Rotations.of(0);
|
||||
Angle armTargetAngle = Rotations.of(0);
|
||||
Current armMotorCurrent = Amps.of(0);
|
||||
|
||||
|
||||
AngularVelocity armMotorVelocity = RotationsPerSecond.of(0);
|
||||
// AngularAcceleration armMotorAcceleration = RotationsPerSecondPerSecond.of(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user