[examples] Reduce suggested acceleration in Ramsete example (#4171)

This value mirrors the update to the documentation in wpilibsuite/frc-docs#1792.
This commit is contained in:
Jason Daming
2022-04-19 19:10:11 -05:00
committed by GitHub
parent 922d50079a
commit ffc69d406c
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ public final class Constants {
public static final class AutoConstants {
public static final double kMaxSpeedMetersPerSecond = 3;
public static final double kMaxAccelerationMetersPerSecondSquared = 3;
public static final double kMaxAccelerationMetersPerSecondSquared = 1;
// Reasonable baseline values for a RAMSETE follower in units of meters and seconds
public static final double kRamseteB = 2;