mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
no steer at standstill
This commit is contained in:
@@ -94,7 +94,7 @@ class CarInterface(CarInterfaceBase):
|
||||
ret.flags |= MazdaSafetyFlags.TORQUE_INTERCEPTOR.value
|
||||
ret.safetyConfigs[0].safetyParam |= MazdaSafetyFlags.TORQUE_INTERCEPTOR.value
|
||||
ret.minSteerSpeed = 0.0
|
||||
ret.steerAtStandstill = True
|
||||
ret.steerAtStandstill = False
|
||||
if p.get_bool("RadarInterceptorEnabled"): # Radar Interceptor Installed
|
||||
ret.flags |= MazdaSafetyFlags.RADAR_INTERCEPTOR.value
|
||||
ret.safetyConfigs[0].safetyParam |= MazdaSafetyFlags.RADAR_INTERCEPTOR.value
|
||||
|
||||
Reference in New Issue
Block a user