From 1012d0e5580b2971e566ef1bf9b0b382571566a5 Mon Sep 17 00:00:00 2001 From: firestar5683 <168790843+firestar5683@users.noreply.github.com> Date: Tue, 17 Jun 2025 08:42:56 -0600 Subject: [PATCH] Fix Redneck and Pedal (#125) --- opendbc_repo | 2 +- selfdrive/car/cruise.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendbc_repo b/opendbc_repo index 0676642f4..2694f6320 160000 --- a/opendbc_repo +++ b/opendbc_repo @@ -1 +1 @@ -Subproject commit 0676642f4029b02758405b3052d1ef8ad2a5528d +Subproject commit 2694f632080881147bf24830183ae4ed5222d297 diff --git a/selfdrive/car/cruise.py b/selfdrive/car/cruise.py index e6b921744..0cffe3501 100644 --- a/selfdrive/car/cruise.py +++ b/selfdrive/car/cruise.py @@ -47,7 +47,7 @@ class VCruiseHelper: self.v_cruise_kph_last = self.v_cruise_kph if CS.cruiseState.available: - if not self.CP.pcmCruise: + if self.gm_cc_only or not self.CP.pcmCruise: # if stock cruise is completely disabled, then we can use our own set speed logic self._update_v_cruise_non_pcm(CS, enabled, is_metric) self.v_cruise_cluster_kph = self.v_cruise_kph