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.
 
 
 
 
 
 
Cameron Clough c724d1c86c
Ford: log interesting module configuration data (#31569)
2 years ago
..
body cars: introduce "platformconfig" to be a configuration for all relevant car information (#31542) 2 years ago
chrysler use pyupgrade to update to new typing syntax (#31580) 2 years ago
ford Ford: log interesting module configuration data (#31569) 2 years ago
gm platformconfig: freeze all dataclasses (#31605) 2 years ago
honda use pyupgrade to update to new typing syntax (#31580) 2 years ago
hyundai use pyupgrade to update to new typing syntax (#31580) 2 years ago
mazda use pyupgrade to update to new typing syntax (#31580) 2 years ago
mock use pyupgrade to update to new typing syntax (#31580) 2 years ago
nissan use pyupgrade to update to new typing syntax (#31580) 2 years ago
subaru platformconfig: freeze all dataclasses (#31605) 2 years ago
tesla use pyupgrade to update to new typing syntax (#31580) 2 years ago
tests Ford: log interesting module configuration data (#31569) 2 years ago
torque_data GM: Remove Equinox from dashcam mode (#31257) 2 years ago
toyota use pyupgrade to update to new typing syntax (#31580) 2 years ago
volkswagen platformconfig: freeze all dataclasses (#31605) 2 years ago
CARS_template.md Revert "docs: fix car docs video icon" (#31234) 2 years ago
README.md move car porting tools to tools/car_porting (#30916) 2 years ago
__init__.py platformconfig: freeze all dataclasses (#31605) 2 years ago
car_helpers.py cars: introduce "Platform" union type for all car enums (#31558) 2 years ago
disable_ecu.py swaglog.py goes in common/ (#30631) 2 years ago
docs.py use pyupgrade to update to new typing syntax (#31580) 2 years ago
docs_definitions.py mypy: use implicit-optional (#31590) 2 years ago
ecu_addrs.py mypy: use implicit-optional (#31590) 2 years ago
fingerprints.py fix bad CAN fingerprint type (#30809) 2 years ago
fw_query_definitions.py use pyupgrade to update to new typing syntax (#31580) 2 years ago
fw_versions.py mypy: use implicit-optional (#31590) 2 years ago
interfaces.py remove cast for platformconfig (#31604) 2 years ago
isotp_parallel_query.py mypy: use implicit-optional (#31590) 2 years ago
values.py cars: update platforms typing syntax (#31586) 2 years ago
vin.py Leaf: get VIN (#31398) 2 years 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