예제 #1
0
class Footnote(Enum):
    KAMIQ = CarFootnote(
        "Not including the China market Kamiq, which is based on the (currently) unsupported PQ34 platform.",
        Column.MODEL)
    PASSAT = CarFootnote(
        "Not including the USA/China market Passat, which is based on the (currently) unsupported PQ35/NMS platform.",
        Column.MODEL)
    VW_HARNESS = CarFootnote(
        "Model-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.",
        Column.MODEL)
예제 #2
0
class Footnote(Enum):
    OBD_II = CarFootnote(
        'Requires an <a href="https://comma.ai/shop/products/comma-car-harness">OBD-II car harness</a> and '
        +
        '<a href="https://github.com/commaai/openpilot/wiki/GM#hardware">community built ASCM harness</a>. '
        +
        '<b><i>NOTE: disconnecting the ASCM disables Automatic Emergency Braking (AEB).</i></b>',
        Column.MODEL)
예제 #3
0
class Footnote(Enum):
  KAMIQ = CarFootnote(
    "Not including the China market Kamiq, which is based on the (currently) unsupported PQ34 platform.",
    Column.MODEL)
  PASSAT = CarFootnote(
    "Refers only to the MQB-based European B8 Passat, not the NMS Passat in the USA/China/Mideast markets.",
    Column.MODEL)
  VW_HARNESS = CarFootnote(
    "Model-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). In the interim, if your car has a J533 connector CAN gateway " +
    "inside the dashboard, choose \"VW J533 Development\" from the vehicle drop-down for a suitable harness. " +
    "(Some newer models are also observed to not have a J533 connector.)",
    Column.MODEL)
  VW_VARIANT = CarFootnote(
    "Includes versions with extra rear cargo space (may be called Variant, Estate, SportWagen, Shooting Brake, etc.)",
    Column.MODEL)
예제 #4
0
class Footnote(Enum):
  CIVIC_DIESEL = CarFootnote(
    "2019 Honda Civic 1.6L Diesel Sedan does not have ALC below 12mph.",
    Column.FSR_STEERING)