sisid manque drive

This commit is contained in:
Antoine PerreaultE
2025-02-20 19:20:23 -05:00
parent 6ccef6bad9
commit f10dc1165d
3 changed files with 8 additions and 2 deletions

View File

@ -24,8 +24,8 @@ public class TunerConstants {
// The steer motor uses any SwerveModule.SteerRequestType control request with the
// output type specified by SwerveModuleConstants.SteerMotorClosedLoopOutput
private static final Slot0Configs steerGains = new Slot0Configs()
.withKP(100).withKI(0).withKD(0.5)
.withKS(0.1).withKV(2.66).withKA(0)
.withKP(52.109).withKI(0).withKD(3.0232)
.withKS(0.24757).withKV(2.4715).withKA(0.062286)
.withStaticFeedforwardSign(StaticFeedforwardSignValue.UseClosedLoopSign);
// When using closed-loop control, the drive motor uses the control
// output type specified by SwerveModuleConstants.DriveMotorClosedLoopOutput