mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 00:38:03 -06:00
Add intial
This commit is contained in:
@@ -89,7 +89,7 @@ public class IntakeReal implements IntakeIO {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void testSetArmAgle(IntakeState state, Angle angle){
|
||||
public void testSetArmAngle(IntakeState state, Angle angle){
|
||||
state.armTargetAngle = angle;
|
||||
Angle motorAngle = angle.times(IntakeConstants.ARM_MOTOR_GEAR_RATIO);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user