mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 08:16:03 +08:00
3326487104
* add torque gains refactor * update refs * avoid dict, use cereal struct * bugfix * no as_builder * address final comments old-commit-hash: 85ed5c4cb5d9b0132ab0e3eb5bcb096026f70b22
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