ods777/selfdrive/car
mawei 6ca759a2fb ret.gpenpilotLongitudinalcontrol = False 2024-06-18 12:02:00 +08:00
..
body Vehicles - Disable openpilot Longitudinal Control 2024-06-17 15:57:08 -07:00
chrysler Visuals - Custom Onroad UI - Pedals Being Pressed 2024-06-17 15:57:21 -07:00
ford Vehicles - Disable openpilot Longitudinal Control 2024-06-17 15:57:08 -07:00
gm Vehicles - GM - Truck Tune 2024-06-17 15:57:10 -07:00
honda ret.gpenpilotLongitudinalcontrol = False 2024-06-18 12:02:00 +08:00
hyundai Visuals - Custom Onroad UI - Pedals Being Pressed 2024-06-17 15:57:21 -07:00
mazda Vehicles - Disable openpilot Longitudinal Control 2024-06-17 15:57:08 -07:00
mock Vehicles - Disable openpilot Longitudinal Control 2024-06-17 15:57:08 -07:00
nissan Vehicles - Disable openpilot Longitudinal Control 2024-06-17 15:57:08 -07:00
subaru Visuals - Custom Onroad UI - Pedals Being Pressed 2024-06-17 15:57:21 -07:00
tesla Vehicles - Disable openpilot Longitudinal Control 2024-06-17 15:57:08 -07:00
tests FrogPilot features - Add back comma pedal support 2024-06-17 15:15:00 -07:00
torque_data Controls - Lateral Tuning - NNFF 2024-06-17 15:56:50 -07:00
toyota Update values.py 2024-06-17 18:21:33 -07:00
volkswagen Add VW distance 2024-06-17 15:57:51 -07:00
CARS_template.md openpilot v0.9.7 release 2024-06-14 08:48:06 -07:00
README.md openpilot v0.9.7 release 2024-06-14 08:48:06 -07:00
__init__.py OPGM - Pedal interceptor longitudinal control 2024-06-14 08:50:01 -07:00
car_helpers.py Vehicles - Force Fingerprint 2024-06-17 15:57:09 -07:00
card.py Vehicles - Disable openpilot Longitudinal Control 2024-06-17 15:57:08 -07:00
disable_ecu.py openpilot v0.9.7 release 2024-06-14 08:48:06 -07:00
docs.py openpilot v0.9.7 release 2024-06-14 08:48:06 -07:00
docs_definitions.py openpilot v0.9.7 release 2024-06-14 08:48:06 -07:00
ecu_addrs.py openpilot v0.9.7 release 2024-06-14 08:48:06 -07:00
fingerprints.py openpilot v0.9.7 release 2024-06-14 08:48:06 -07:00
fw_query_definitions.py openpilot v0.9.7 release 2024-06-14 08:48:06 -07:00
fw_versions.py openpilot v0.9.7 release 2024-06-14 08:48:06 -07:00
interfaces.py Vehicles - Disable openpilot Longitudinal Control 2024-06-17 15:57:08 -07:00
isotp_parallel_query.py openpilot v0.9.7 release 2024-06-14 08:48:06 -07:00
values.py openpilot v0.9.7 release 2024-06-14 08:48:06 -07:00
vin.py openpilot v0.9.7 release 2024-06-14 08:48:06 -07:00

README.md

Car port structure

interface.py

Generic interface to send and receive messages from CAN (controlsd uses this to communicate with car)

fingerprints.py

Fingerprints for matching to a specific car

carcontroller.py

Builds CAN messages to send to car

carstate.py

Reads CAN from car and builds openpilot CarState message

values.py

Limits for actuation, general constants for cars, and supported car documentation

radar_interface.py

Interface for parsing radar points from the car