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.
 
 
 
 
 
 
Vivek Aithal 03ebc3bff5
[torqued] Update offline values (#26243)
3 years ago
..
body
chrysler FPv2: support collecting versions for specific ecus (#25699) 3 years ago
ford
gm GM: reduce LKAS faults while inactive (#26196) 3 years ago
honda FPv2 tests: test all addrs map to one ECU (#26151) 3 years ago
hyundai Hyundai: Add FW for 2022 Tucson Hybrid (#26239) 3 years ago
mazda Mazda: Add CX-5 2023 to supported cars (#26182) 3 years ago
mock
nissan
subaru
tesla
tests FPv2 tests: test all addrs map to one ECU (#26151) 3 years ago
torque_data [torqued] Update offline values (#26243) 3 years ago
toyota [torqued] Extend to all Toyota and Hyundai cars (#26238) 3 years ago
volkswagen VW MQB: Add FW for 2016 Volkswagen Passat (#26212) 3 years ago
CARS_template.md
README.MD
__init__.py Allow car port to define enable buttons (#25793) 3 years ago
car_helpers.py CAN-FD HKG: query FW versions from camera (#26063) 3 years ago
disable_ecu.py
docs.py
docs_definitions.py
ecu_addrs.py
fingerprints.py
fw_query_definitions.py FPv2: support collecting versions for specific ecus (#25699) 3 years ago
fw_versions.py CAN-FD HKG: query FW versions from camera (#26063) 3 years ago
interfaces.py Allow car port to define enable buttons (#25793) 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