File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/frc/robot/subsystems/algae Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public class Algae extends SubsystemBase {
2525 private final AlgaeIO m_io ;
2626 private final AlgaeIOInputsAutoLogged m_inputs = new AlgaeIOInputsAutoLogged ();
2727 private final double DownPosition = 0 ;
28- private final double ExtendedPosition = -4 ;
28+ private final double ExtendedPosition = -3 ;
2929 private final double AlmostExtendedPosition = -2.3 ;
3030 private final double GroundIntake = 17 ;
3131 ;// 32.5
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public AlgaeIOTalonFX() {
3939
4040 shootMotorConfig .MotorOutput .Inverted = InvertedValue .Clockwise_Positive ;
4141 shootMotorConfig .MotorOutput .NeutralMode = NeutralModeValue .Brake ;
42- shootMotorConfig .CurrentLimits .SupplyCurrentLimit = 40 .0 ;
42+ shootMotorConfig .CurrentLimits .SupplyCurrentLimit = 60 .0 ;
4343 shootMotorConfig .CurrentLimits .SupplyCurrentLimitEnable = true ;
4444
4545 // in init function, set slot 0 gains
You can’t perform that action at this time.
0 commit comments