openpilot is an open source driver assistance system. openpilot performs the functions of Automated Lane Centering and Adaptive Cruise Control for over 200 supported car makes and models.
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.
 
 
 
 
 
 
Shane Smiskol 8f8122f409 [bot] Fingerprints: add missing FW versions from new users (#32095) 2 years ago
..
body
chrysler [bot] Fingerprints: add missing FW versions from new users (#32086) 2 years ago
ford [bot] Fingerprints: add missing FW versions from new users (#32055) 2 years ago
gm
honda [bot] Car docs: update model years from new users (#32060) 2 years ago
hyundai Updated Fingerprints for Hyundai PHEV 2019 for Australian Model (#31990) 2 years ago
mazda [bot] Fingerprints: add missing FW versions from new users (#32095) 2 years ago
mock
nissan
subaru
tesla
tests Hyundai: clean up FW queries (#32022) 2 years ago
torque_data
toyota [bot] Fingerprints: add missing FW versions from new users (#32086) 2 years ago
volkswagen Volkswagen: fix PT bus query (#32081) 2 years ago
CARS_template.md
README.md
__init__.py cleanup pedal crc 2 years ago
car_helpers.py use build_metadata everywhere we used to use get_version, get_commit, etc (#31941) 2 years ago
card.py
disable_ecu.py
docs.py
docs_definitions.py
ecu_addrs.py
fingerprints.py migrate lowercase mock (#32074) 2 years ago
fw_query_definitions.py
fw_versions.py fix static analysis (#32082) 2 years ago
interfaces.py
isotp_parallel_query.py
values.py cabana: migrate dbc map (#31920) 2 years ago
vin.py

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