open source driving agent
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.
 
 
 
 
 
 
Adeeb Shihadeh 6ff643c478
Honda: remove redundant steer fault check (#23920)
4 years ago
..
chrysler better steer fault names (#23890) 4 years ago
ford better steer fault names (#23890) 4 years ago
gm better steer fault names (#23890) 4 years ago
honda Honda: remove redundant steer fault check (#23920) 4 years ago
hyundai HKG: Add FW for 2022 Hyundai Santa Fe (#23889) 4 years ago
mazda better steer fault names (#23890) 4 years ago
mock
nissan
subaru better steer fault names (#23890) 4 years ago
tesla better steer fault names (#23890) 4 years ago
tests
toyota Move 2020 Lexus NX 300 fw fingerprints to TSS2 (#23893) 4 years ago
volkswagen VW MQB: Add FW for 2022 Volkswagen Tiguan (#23913) 4 years ago
README.MD
__init__.py
car_helpers.py
disable_ecu.py
fingerprints.py
fw_versions.py
interfaces.py LongControl: fix control state oscillation (#23333) 4 years ago
isotp_parallel_query.py
vin.py

README.MD

Port structure

interace.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