mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 02:22:09 +08:00
nissan and hyundai are community
old-commit-hash: c9cefb2fbc78a0e1faf6d8710704c4f193c682b2
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 @@
|
||||
9638f1d5495e92b2d633a193f00a65f8268b170c
|
||||
d39595cf10a7813e55139320daa252278dd7567d
|
||||
Reference in New Issue
Block a user