mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 16:26:14 +08:00
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:
@@ -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 @@
|
||||
4ad02871365f4cbd83c6b4c4f8ad6bb73015a626
|
||||
5f45771d28c8e7112d474edcdd991689c6440acf
|
||||
|
||||
Reference in New Issue
Block a user