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 ccfa73ff12
Remove Bolt EV platform from torque params
3 years ago
..
body rename carState.radarOffCan to radarUnavailable (#27187) 3 years ago
chrysler Chrysler: disable radar parsing (#27190) 3 years ago
ford Ford: add Lincoln Aviator 2021 to Ford Explorer platform (#27095) 3 years ago
gm Rename GM CS variable to be consistent to the CAN parsers 3 years ago
honda Add support for Malaysian Civic 2022 (#27126) 3 years ago
hyundai 2020 Hyundai Santa Fe fingerprint update (#27135) 3 years ago
mazda rename carState.radarOffCan to radarUnavailable (#27187) 3 years ago
mock
nissan rename carState.radarOffCan to radarUnavailable (#27187) 3 years ago
subaru rename carState.radarOffCan to radarUnavailable (#27187) 3 years ago
tesla
tests Toyota: Car Port for Toyota C-HR 2021 (TSS2) (#27212) 3 years ago
torque_data Remove Bolt EV platform from torque params 3 years ago
toyota Toyota: Car Port for Toyota C-HR 2021 (TSS2) (#27212) 3 years ago
volkswagen VW MQB: Add FW for 2018 Volkswagen Tiguan (#27264) 3 years ago
CARS_template.md
README.MD
__init__.py
car_helpers.py
disable_ecu.py
docs.py
docs_definitions.py
ecu_addrs.py
fingerprints.py
fw_query_definitions.py
fw_versions.py
interfaces.py Ford: add Lincoln Aviator 2021 to Ford Explorer platform (#27095) 3 years ago
isotp_parallel_query.py
vin.py

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