Skip to content

Commit

Permalink
Merge pull request #135 from ShaneSmiskol/dynamic-follow
Browse files Browse the repository at this point in the history
Revert test stop and go for corolla
  • Loading branch information
sshane authored Mar 29, 2019
2 parents 9d9048b + fd5063f commit 4020304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/toyota/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def get_params(candidate, fingerprint):
ret.longitudinalKiV = [0.5, 0.24]

elif candidate == CAR.COROLLA:
stop_and_go = True
stop_and_go = False
ret.safetyParam = 100 # see conversion factor for STEER_TORQUE_EPS in dbc file
ret.wheelbase = 2.70
ret.steerRatio = 15.8
Expand Down

0 comments on commit 4020304

Please sign in to comment.