adding steering change from video and removing integer div and adding ki/kp changes

old-commit-hash: 942655c947
This commit is contained in:
John Jones
2017-06-11 13:20:19 -04:00
parent 0944c786e1
commit e2b3b65db5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ def fingerprint(logcan):
elif candidate_cars[0] == "HONDA ACCORD 2016 TOURING":
ret.steerKp, ret.steerKi = 12.0, 1.0
elif candidate_cars[0] == "HONDA CR-V 2016 TOURING":
ret.steerKp, ret.steerKi = 12.0, 1.0
ret.steerKp, ret.steerKi = 14.0, 1.67
else:
raise ValueError("unsupported car %s" % candidate_cars[0])