mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 13:32:05 +08:00
e46d96bb11
* chrysler down * honda and ford * we can pass the class for this * do the rest * clean that up * remove EventName * fix CI * move smallest bodies to top * rm todo * eps_timer_soft_disable_alert is too ingrained in carcontroller * re-did everything w/ no diff (except just passing cereal instead of class) old-commit-hash: cf39cc823ad5aea33af6d51214ffb14bc51ec6c4
Car port structure
interface.py
Generic interface to send and receive messages from CAN (controlsd uses this to communicate with car)
fingerprints.py
Fingerprints for matching to a specific car
carcontroller.py
Builds CAN messages to send to car
carstate.py
Reads CAN from car and builds openpilot CarState message
values.py
Limits for actuation, general constants for cars, and supported car documentation
radar_interface.py
Interface for parsing radar points from the car