mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 00:38:03 -06:00
Add bounce code
This commit is contained in:
@@ -15,6 +15,8 @@ import edu.wpi.first.units.measure.Current;
|
||||
public interface IntakeIO {
|
||||
@AutoLog
|
||||
public class IntakeState {
|
||||
double currentBounceTime = 0;
|
||||
|
||||
boolean retractedLimit = false;
|
||||
Angle armAngle = Rotations.of(0);
|
||||
Angle armTargetAngle = Rotations.of(0);
|
||||
|
||||
Reference in New Issue
Block a user