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.
 
 
 
 
 
 
qadmus 2e0bc9d365
GM: improved Volt lateral tuning (#22621)
4 years ago
..
chrysler Make pandaState and safetyMode a list (#22454) 4 years ago
ford Make pandaState and safetyMode a list (#22454) 4 years ago
gm GM: improved Volt lateral tuning (#22621) 4 years ago
honda Remove CAN fingerprints + FW dump (#22647) 4 years ago
hyundai remove unused can fingerprints (#22646) 4 years ago
mazda Mazda: Fix OP steer warning in cars with lockout (#22612) 4 years ago
mock Make pandaState and safetyMode a list (#22454) 4 years ago
nissan Make pandaState and safetyMode a list (#22454) 4 years ago
subaru Make pandaState and safetyMode a list (#22454) 4 years ago
tesla Make pandaState and safetyMode a list (#22454) 4 years ago
tests
toyota remove unused camry hybrid fingerprint 4 years ago
volkswagen VW MQB: Audi S3 Mk3 (#22633) 4 years ago
README.MD
__init__.py Make pandaState and safetyMode a list (#22454) 4 years ago
car_helpers.py
disable_ecu.py
fingerprints.py
fw_versions.py
interfaces.py [Lateral PID] Function for steer feedforward (#22638) 4 years ago
isotp_parallel_query.py FW query: catch asserts from uds.py (#22456) 4 years ago
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