Merge branch 'devel' of https://github.com/commaai/openpilot into devel-lexus-ish-ave30r

This commit is contained in:
Rick Lan
2019-01-30 16:20:19 +10:00
13 changed files with 6 additions and 38 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ def create_lkas_hud(gear, lkas_active, hud_alert, car_fingerprint):
# LKAS_HUD (678) Controls what lane-keeping icon is displayed.
if hud_alert == VisualAlert.steerRequired:
msg = msg = '0000000300000000'.decode('hex')
msg = '0000000300000000'.decode('hex')
return make_can_msg(0x2a6, msg)
# TODO: use can packer
+2
View File
@@ -81,6 +81,8 @@ class CarInterface(object):
if candidate == CAR.JEEP_CHEROKEE:
ret.wheelbase = 2.91 # in meters
ret.steerRatio = 12.7
ret.steerActuatorDelay = 0.2 # in seconds
ret.centerToFront = ret.wheelbase * 0.44