Skip to content

Commit

Permalink
slow kinematics default
Browse files Browse the repository at this point in the history
  • Loading branch information
tenumars committed Jun 24, 2024
1 parent f924a54 commit 94880b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class Drive extends SubsystemBase {
private final SwerveSetpointGenerator mSetpointGenerator = new SwerveSetpointGenerator(Constants.Drive.kKinematics);
private final SignalSamplingThread mOdometryThread;

private KinematicLimits mKinematicLimits = Constants.Drive.kFastKinematicLimits;
private KinematicLimits mKinematicLimits = Constants.Drive.kSlowKinematicLimits;
private ChassisSpeeds mDesiredChassisSpeeds = new ChassisSpeeds();
private Rotation2d[] mDesiredModuleOrientations;
private double mCharacterizationInput = 0.0;
Expand Down

0 comments on commit 94880b4

Please sign in to comment.