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 7c112341c3
Reapply "update to new opendbc API (#32009)" (#33151)
1 year ago
..
body CarController: call to super's init (#33148) 1 year ago
chrysler CarController: call to super's init (#33148) 1 year ago
ford CarController: call to super's init (#33148) 1 year ago
gm CarController: call to super's init (#33148) 1 year ago
honda CarController: call to super's init (#33148) 1 year ago
hyundai CarController: call to super's init (#33148) 1 year ago
mazda CarController: call to super's init (#33148) 1 year ago
mock
nissan CarController: call to super's init (#33148) 1 year ago
subaru CarController: call to super's init (#33148) 1 year ago
tesla CarController: call to super's init (#33148) 1 year ago
tests Reapply "update to new opendbc API (#32009)" (#33151) 1 year ago
torque_data Chrysler Pacifica Hybrid: combine 2017 and 2018 (#32937) 1 year ago
toyota CarController: call to super's init (#33148) 1 year ago
volkswagen CarController: call to super's init (#33148) 1 year ago
CARS_template.md
README.md
__init__.py deprecate busTime (#33146) 1 year ago
car_helpers.py
card.py Reapply "selfdrive/car: ban imports from external modules" (#32993) (#32994) 1 year ago
disable_ecu.py
docs.py
docs_definitions.py
ecu_addrs.py tester present msgs: use helper (#33147) 1 year ago
fingerprints.py Chrysler Pacifica Hybrid: combine 2017 and 2018 (#32937) 1 year ago
fw_query_definitions.py
fw_versions.py
interfaces.py Reapply "update to new opendbc API (#32009)" (#33151) 1 year ago
isotp_parallel_query.py deprecate busTime (#33146) 1 year ago
values.py
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