mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 02:22:09 +08:00
9d281db35e
* Add extra firmwares and sort for rams * Added another ECU * Update selfdrive/car/chrysler/values.py Co-authored-by: Shane Smiskol <shane@smiskol.com> * Apply suggestions from code review * sort * formatting --------- Co-authored-by: Shane Smiskol <shane@smiskol.com> old-commit-hash: aa4286153a2fb2a003307a15fbcb91ffd05d6ec2
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