mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-09-26 17:33:48 +08:00
VW MQB: Engage at standstill with OP longitudinal (#26656)
* VW MQB: Allow engage at standstill
* retry CI
* Update selfdrive/car/volkswagen/interface.py
Co-authored-by: Shane Smiskol <shane@smiskol.com>
* Revert "Update selfdrive/car/volkswagen/interface.py"
This reverts commit 14c7412bf74b23ae88c05cad40aafd4605a63c29.
Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: ea857b0f71
This commit is contained in:
@@ -230,7 +230,7 @@ class CarInterface(CarInterfaceBase):
|
||||
events.add(EventName.belowSteerSpeed)
|
||||
|
||||
if self.CS.CP.openpilotLongitudinalControl:
|
||||
if ret.vEgo < self.CP.minEnableSpeed + 2.:
|
||||
if ret.vEgo < self.CP.minEnableSpeed + 0.5:
|
||||
events.add(EventName.belowEngageSpeed)
|
||||
if c.enabled and ret.vEgo < self.CP.minEnableSpeed:
|
||||
events.add(EventName.speedTooLow)
|
||||
|
||||
Reference in New Issue
Block a user