nissan and hyundai are community

old-commit-hash: c9cefb2fbc78a0e1faf6d8710704c4f193c682b2
This commit is contained in:
Willem Melching
2020-04-17 11:42:30 -07:00
parent bd0e04ea9c
commit 91519602bf
3 changed files with 7 additions and 1 deletions
+3
View File
@@ -20,6 +20,9 @@ class CarInterface(CarInterfaceBase):
ret.safetyModel = car.CarParams.SafetyModel.hyundai
ret.radarOffCan = True
# Hyundai port is a community feature for now
ret.communityFeature = True
ret.steerActuatorDelay = 0.1 # Default delay
ret.steerRateCost = 0.5
ret.steerLimitTimer = 0.4
+3
View File
@@ -22,6 +22,9 @@ class CarInterface(CarInterfaceBase):
ret.carName = "nissan"
ret.safetyModel = car.CarParams.SafetyModel.nissan
# Nissan port is a community feature, since we don't own one to test
ret.communityFeature = True
ret.steerLimitAlert = False
ret.enableCamera = True
ret.steerRateCost = 0.5
+1 -1
View File
@@ -1 +1 @@
9638f1d5495e92b2d633a193f00a65f8268b170c
d39595cf10a7813e55139320daa252278dd7567d