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.
 
 
 
 
 
 
Jason Young 4a79692092
VW MQB: Add FW for 2020 Volkswagen Golf GTI (#22136)
4 years ago
..
chrysler Added fingerprint for 2018 Jeep Trackhawk (#21976) 4 years ago
ford
gm
honda need to add gas here 4 years ago
hyundai
mazda
mock
nissan
subaru Subaru: replace stock LKAS alerts with openpilot's (#21993) 4 years ago
tesla
tests
toyota
volkswagen VW MQB: Add FW for 2020 Volkswagen Golf GTI (#22136) 4 years ago
README.MD
__init__.py
car_helpers.py
fingerprints.py
fw_versions.py
interfaces.py Prevent PID windup on Honda NIDEC (#22112) 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