Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Oct 22, 2024
1 parent bd41420 commit 69cf1f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/safety/test_ford.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ class TestFordSafetyBase(common.PandaCarSafetyTest):
CURVATURE_ERROR_MIN_SPEED = 10.0 # m/s

ANGLE_RATE_BP = [5., 25., 25.]
ANGLE_RATE_UP = [0.0002, 0.0001, 0.0001] # windup limit
ANGLE_RATE_DOWN = [0.000225, 0.00015, 0.00015] # unwind limit
ANGLE_RATE_UP = [0.00045, 0.000125, 0.000125] # windup limit
ANGLE_RATE_DOWN = [0.00045, 0.00015, 0.00015] # unwind limit

cnt_speed = 0
cnt_speed_2 = 0
Expand Down

0 comments on commit 69cf1f2

Please sign in to comment.