From a1ef90480c09742bab716c233cefbd4ec274c3ec Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Tue, 22 Mar 2022 15:52:53 -0700 Subject: [PATCH] fix --- docs/CARS.md | 4 ++-- selfdrive/car/gm/values.py | 5 +++-- selfdrive/car/toyota/values.py | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/CARS.md b/docs/CARS.md index 7572887059..2281bacd50 100644 --- a/docs/CARS.md +++ b/docs/CARS.md @@ -207,11 +207,11 @@ How We Rate The Cars 12019 Honda Civic 1.6L Diesel Sedan does not have ALC below 12mph.
-2When disconnecting the Driver Support Unit (DSU), openpilot Adaptive Cruise Control (ACC) will replace stock Adaptive Cruise Control (ACC). NOTE: disconnecting the DSU disables Automatic Emergency Braking (AEB).
+2Requires an OBD-II car harness and community built ASCM harness. NOTE: disconnecting the ASCM disables Automatic Emergency Braking (AEB).
3Not including the China market Kamiq, which is based on the (currently) unsupported PQ34 platform.
4Not including the USA/China market Passat, which is based on the (currently) unsupported PQ35/NMS platform.
5Model-years 2021 and beyond may have a new camera harness design, which isn't yet available from the comma store. Before ordering, remove the Lane Assist camera cover and check to see if the connector is black (older design) or light brown (newer design). For the newer design, in the interim, choose "VW J533 Development" from the vehicle drop-down for a harness that integrates at the CAN gateway inside the dashboard.
-6When disconnecting the Driver Support Unit (DSU), openpilot Adaptive Cruise Control (ACC) will replace stock Adaptive Cruise Control (ACC). NOTE: disconnecting the DSU disables Automatic Emergency Braking (AEB).
+6When disconnecting the Driver Support Unit (DSU), openpilot Adaptive Cruise Control (ACC) will replace stock Adaptive Cruise Control (ACC). NOTE: disconnecting the DSU disables Automatic Emergency Braking (AEB).
728mph for Camry 4CYL L, 4CYL LE and 4CYL SE which don't have Full-Speed Range Dynamic Radar Cruise Control.
8An inaccurate steering wheel angle sensor makes precise control difficult.
diff --git a/selfdrive/car/gm/values.py b/selfdrive/car/gm/values.py index ed68f6ec37..65d42579d3 100644 --- a/selfdrive/car/gm/values.py +++ b/selfdrive/car/gm/values.py @@ -56,8 +56,9 @@ class CAR: class Footnote(Enum): OBD_II = CarFootnote( - "When disconnecting the Driver Support Unit (DSU), openpilot Adaptive Cruise Control (ACC) will replace stock " + - "Adaptive Cruise Control (ACC). NOTE: disconnecting the DSU disables Automatic Emergency Braking (AEB).", + 'Requires an OBD-II car harness and ' + + 'community built ASCM harness. ' + + 'NOTE: disconnecting the ASCM disables Automatic Emergency Braking (AEB).', Column.MODEL) diff --git a/selfdrive/car/toyota/values.py b/selfdrive/car/toyota/values.py index a11ad79599..964ab59f0f 100644 --- a/selfdrive/car/toyota/values.py +++ b/selfdrive/car/toyota/values.py @@ -76,8 +76,8 @@ class CAR: class Footnote(Enum): DSU = CarFootnote( - "When disconnecting the Driver Support Unit (DSU), openpilot Adaptive Cruise Control (ACC) will replace " + - "stock Adaptive Cruise Control (ACC). NOTE: disconnecting the DSU disables Automatic Emergency Braking (AEB).", + "When disconnecting the Driver Support Unit (DSU), openpilot Adaptive Cruise Control (ACC) will replace stock " + + "Adaptive Cruise Control (ACC). NOTE: disconnecting the DSU disables Automatic Emergency Braking (AEB).", Column.LONGITUDINAL, star=Star.HALF) CAMRY = CarFootnote( "28mph for Camry 4CYL L, 4CYL LE and 4CYL SE which don't have Full-Speed Range Dynamic Radar Cruise Control.",