This commit is contained in:
Your Name
2024-05-18 02:40:57 -05:00
parent 338b78258f
commit 4fa75f52d5
2 changed files with 3 additions and 2 deletions

View File

@@ -185,6 +185,7 @@ class CarController(CarControllerBase):
can_sends = []
if use_clu11:
if CC.cruiseControl.cancel:
print("Cancel executed")
can_sends.append(hyundaican.create_clu11(self.packer, self.frame, CS.clu11, Buttons.CANCEL, self.CP))
CS.lkas_trigger_result = 5
elif CC.cruiseControl.resume:

View File

@@ -121,8 +121,8 @@ void update_model(UIState *s,
} else {
path = CENTER_LANE_WIDTH;
}
path = 70;
path = 7;
auto lead_count = model.getLeadsV3().size();
if (lead_count > 0) {