sisid manque drive
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user