make the threshold a tad higher

This commit is contained in:
Jason Wen
2024-04-26 14:49:40 -04:00
parent 156886d11e
commit a47206c834
+1 -1
View File
@@ -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: