This commit is contained in:
Shane Smiskol 2023-10-03 23:58:06 -07:00
parent 406f48b3f9
commit 0cda224749
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ class TestFordLongitudinalSafetyBase(TestFordSafetyBase, common.LongitudinalAcce
MIN_ACCEL = -3.5 MIN_ACCEL = -3.5
INACTIVE_ACCEL = 0.0 INACTIVE_ACCEL = 0.0
MAX_GAS = 2.0 MAX_GAS = 2.0 # gas is also in m/s^2
MIN_GAS = -0.5 MIN_GAS = -0.5
INACTIVE_GAS = -5.0 INACTIVE_GAS = -5.0