From a996ed701bd0efe0ebcefa057373ba426dfb3a11 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Tue, 17 Feb 2026 22:51:31 -0500 Subject: [PATCH] GM: remove `CHEVROLET_BOLT_NON_ACC_2ND_GEN` from `dashcamOnly` (#414) --- docs/CARS.md | 4 ++-- opendbc/car/gm/interface.py | 2 +- opendbc/sunnypilot/car/car_list.json | 22 ++++++++++++++++++++++ 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/docs/CARS.md b/docs/CARS.md index 3e196ced..2211b6c4 100644 --- a/docs/CARS.md +++ b/docs/CARS.md @@ -35,9 +35,9 @@ |Cadillac|CT6 Non-ACC 2017-18|No Adaptive Cruise Control (Non-ACC)|[Dashcam mode](#dashcam)| |Cadillac|XT5 Non-ACC 2018|No Adaptive Cruise Control (Non-ACC)|[Dashcam mode](#dashcam)| |Chevrolet|Bolt EUV 2022-23|Premier or Premier Redline Trim, without Super Cruise Package|[Upstream](#upstream)| -|Chevrolet|Bolt EUV LT Non-ACC 2022-23|No Adaptive Cruise Control (Non-ACC)|[Dashcam mode](#dashcam)| +|Chevrolet|Bolt EUV LT Non-ACC 2022-23|No Adaptive Cruise Control (Non-ACC)|[Community](community)| |Chevrolet|Bolt EV 2022-23|2LT Trim with Adaptive Cruise Control Package|[Upstream](#upstream)| -|Chevrolet|Bolt EV LT Non-ACC 2022-23|No Adaptive Cruise Control (Non-ACC)|[Dashcam mode](#dashcam)| +|Chevrolet|Bolt EV LT Non-ACC 2022-23|No Adaptive Cruise Control (Non-ACC)|[Community](community)| |Chevrolet|Bolt EV Non-ACC 2017|No Adaptive Cruise Control (Non-ACC)|[Community](community)| |Chevrolet|Bolt EV Non-ACC 2018-21|No Adaptive Cruise Control (Non-ACC)|[Community](community)| |Chevrolet|Equinox 2019-22|Adaptive Cruise Control (ACC)|[Upstream](#upstream)| diff --git a/opendbc/car/gm/interface.py b/opendbc/car/gm/interface.py index 85eec033..39035a5a 100755 --- a/opendbc/car/gm/interface.py +++ b/opendbc/car/gm/interface.py @@ -260,7 +260,7 @@ class CarInterface(CarInterfaceBase, CarInterfaceExt): stock_cp.minSteerSpeed = 3.0 # ~6 mph # dashcamOnly platforms: untested platforms, need user validations - if candidate in (CAR.CHEVROLET_BOLT_NON_ACC_2ND_GEN, CAR.CHEVROLET_SUBURBAN_NON_ACC_11TH_GEN, CAR.CADILLAC_CT6_NON_ACC_1ST_GEN, + if candidate in (CAR.CHEVROLET_SUBURBAN_NON_ACC_11TH_GEN, CAR.CADILLAC_CT6_NON_ACC_1ST_GEN, CAR.CHEVROLET_TRAILBLAZER_NON_ACC_2ND_GEN, CAR.CADILLAC_XT5_NON_ACC_1ST_GEN): stock_cp.dashcamOnly = True diff --git a/opendbc/sunnypilot/car/car_list.json b/opendbc/sunnypilot/car/car_list.json index 8d788e15..203b1e1e 100644 --- a/opendbc/sunnypilot/car/car_list.json +++ b/opendbc/sunnypilot/car/car_list.json @@ -212,6 +212,17 @@ ], "package": "Premier or Premier Redline Trim, without Super Cruise Package" }, + "Chevrolet Bolt EUV LT Non-ACC 2022-23": { + "platform": "CHEVROLET_BOLT_NON_ACC_2ND_GEN", + "make": "Chevrolet", + "brand": "gm", + "model": "Bolt EUV LT Non-ACC", + "year": [ + "2022", + "2023" + ], + "package": "No Adaptive Cruise Control (Non-ACC)" + }, "Chevrolet Bolt EV 2022-23": { "platform": "CHEVROLET_BOLT_EUV", "make": "Chevrolet", @@ -223,6 +234,17 @@ ], "package": "2LT Trim with Adaptive Cruise Control Package" }, + "Chevrolet Bolt EV LT Non-ACC 2022-23": { + "platform": "CHEVROLET_BOLT_NON_ACC_2ND_GEN", + "make": "Chevrolet", + "brand": "gm", + "model": "Bolt EV LT Non-ACC", + "year": [ + "2022", + "2023" + ], + "package": "No Adaptive Cruise Control (Non-ACC)" + }, "Chevrolet Bolt EV Non-ACC 2017": { "platform": "CHEVROLET_BOLT_NON_ACC", "make": "Chevrolet",