Ford: adjust curvature rate limits (#27423)

* Update values.py

* Update values.py

* make consistent

* Update ref_commit
old-commit-hash: f2982340f8
This commit is contained in:
Shane Smiskol
2023-02-22 14:09:16 -08:00
committed by GitHub
parent f7eb48852f
commit 59ff270456
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -28,8 +28,9 @@ class CarControllerParams:
# Curvature rate limits
# TODO: unify field names used by curvature and angle control cars
ANGLE_RATE_LIMIT_UP = AngleRateLimit(speed_bp=[5, 15, 25], angle_v=[0.005, 0.00056, 0.0002])
ANGLE_RATE_LIMIT_DOWN = AngleRateLimit(speed_bp=[5, 15, 25], angle_v=[0.008, 0.00089, 0.00032])
# ~2 m/s^3 up, -3 m/s^3 down
ANGLE_RATE_LIMIT_UP = AngleRateLimit(speed_bp=[5, 15, 25], angle_v=[0.004, 0.00044, 0.0002])
ANGLE_RATE_LIMIT_DOWN = AngleRateLimit(speed_bp=[5, 15, 25], angle_v=[0.006, 0.00066, 0.00024])
ACCEL_MAX = 2.0 # m/s^s max acceleration
ACCEL_MIN = -3.5 # m/s^s max deceleration
+1 -1
View File
@@ -1 +1 @@
4ad02871365f4cbd83c6b4c4f8ad6bb73015a626
5f45771d28c8e7112d474edcdd991689c6440acf