open source driving agent
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adeeb Shihadeh 89a11b1ca5 simplify compatibility docs (#25190) 3 years ago
..
body
chrysler 2021 pacifica is supported 3 years ago
ford
gm
honda Honda Civic 2022: add missing FW versions (#25206) 3 years ago
hyundai
mazda
mock
nissan
subaru
tesla
tests simplify compatibility docs (#25190) 3 years ago
torque_data
toyota Update Corolla Cross Hybrid f/w & doc (#25178) 3 years ago
volkswagen VW MQB: Update supported models and model-years (#25123) 3 years ago
CARS_template.md simplify compatibility docs (#25190) 3 years ago
README.MD
__init__.py
car_helpers.py Log VIN response address (#25148) 3 years ago
disable_ecu.py disable_ecu.py: remove duplicate file (#25154) 3 years ago
docs.py simplify compatibility docs (#25190) 3 years ago
docs_definitions.py simplify compatibility docs (#25190) 3 years ago
ecu_addrs.py
fingerprints.py
fw_versions.py Ford FPv2: send engine FW request to OBD port (#25202) 3 years ago
interfaces.py
isotp_parallel_query.py Log VIN response address (#25148) 3 years ago
vin.py Log VIN response address (#25148) 3 years ago

README.MD

Port structure

interface.py

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

carcontroller.py

Builds CAN messages to send to car

carstate.py

Reads CAN from car and builds openpilot CarState message

values.py

Fingerprints and absolute limits

radar_interface.py

Radar interface