Skip to content

Commit

Permalink
Automatically applied spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinskycastle authored and github-actions[bot] committed Mar 15, 2024
1 parent a4ef622 commit a762abe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/Arm.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public Arm() {
config.ClosedLoopGeneral.ContinuousWrap = false;
config.MotorOutput.PeakForwardDutyCycle = ARM.maxOutput;
config.MotorOutput.PeakReverseDutyCycle = -ARM.maxOutput;

// Ramp rates for climbing
config.OpenLoopRamps.DutyCycleOpenLoopRampPeriod = 2.0;
config.OpenLoopRamps.TorqueOpenLoopRampPeriod = 2.0;
Expand Down
1 change: 0 additions & 1 deletion src/main/java/frc/robot/subsystems/Climber.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

import com.ctre.phoenix6.StatusSignal;
import com.ctre.phoenix6.configs.TalonFXConfiguration;
import com.ctre.phoenix6.controls.Follower;
import com.ctre.phoenix6.controls.MotionMagicTorqueCurrentFOC;
import com.ctre.phoenix6.hardware.TalonFX;
import com.ctre.phoenix6.signals.NeutralModeValue;
Expand Down

0 comments on commit a762abe

Please sign in to comment.