Skip to content

Commit 4c4b17d

Browse files
committed
Merge branch 'event_worlds_2' of https://github.com/team4909/2025-Reefscape into event_worlds_2
2 parents 7b87681 + ec7a29c commit 4c4b17d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/frc/robot/subsystems/algae/Algae.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/main/java/frc/robot/subsystems/algae/AlgaeIOTalonFX.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)