mirror of https://github.com/commaai/panda.git
add
This commit is contained in:
parent
406f48b3f9
commit
0cda224749
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue