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 ee9977df2f
card: fix memory leak from nested function scoping (#33328)
8 months ago
..
tests move selfdrive/car to opendbc (#32630) 8 months ago
CARS_template.md car docs: add Camry 2025 to TS 1 year ago
README.md move car porting tools to tools/car_porting (#30916) 1 year ago
__init__.py move selfdrive/car to opendbc (#32630) 8 months ago
car_specific.py move selfdrive/car to opendbc (#32630) 8 months ago
card.py card: fix memory leak from nested function scoping (#33328) 8 months ago
docs.py move selfdrive/car to opendbc (#32630) 8 months ago

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