mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-22 15:33:45 +08:00
make the threshold a tad higher
This commit is contained in:
@@ -133,7 +133,7 @@ class CarController(CarControllerBase):
|
||||
if hda2:
|
||||
can_sends.extend(hyundaicanfd.create_adrv_messages(self.packer, self.CAN, self.frame))
|
||||
if can_canfd:
|
||||
stopping = stopping and CS.out.vEgoRaw < 0.05
|
||||
stopping = stopping and CS.out.vEgoRaw < 0.1
|
||||
can_sends.extend(hyundaicanfd.create_radar_aux_messages(self.packer, self.CAN, self.frame))
|
||||
if self.frame % 2 == 0:
|
||||
if can_canfd:
|
||||
|
||||
Reference in New Issue
Block a user