Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
fix(swerve): Attempt to improve power conservation.
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenheroux committed Apr 4, 2024
1 parent 7217001 commit 2fb0e6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void configure() {
talonFXPIDFConfig.ClosedLoopGeneral.ContinuousWrap = true;

talonFXPIDFConfig.CurrentLimits =
new MotorCurrentLimits(40.0, 20.0, 30.0, 0.1).asCurrentLimitsConfigs();
new MotorCurrentLimits(35.0, 15.0, 25.0, 0.1).asCurrentLimitsConfigs();

talonFXPIDFConfig.Feedback.SensorToMechanismRatio = MK4iConstants.STEER_GEARING;

Expand Down

0 comments on commit 2fb0e6e

Please sign in to comment.