[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

@@ -59,7 +59,7 @@ constexpr double kPDriveVel = 8.5;
namespace AutoConstants {
constexpr auto kMaxSpeed = 3_mps;
constexpr auto kMaxAcceleration = 3_mps_sq;
constexpr auto kMaxAcceleration = 1_mps_sq;
// Reasonable baseline values for a RAMSETE follower in units of meters and
// seconds