mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-14 05:42:13 +08:00
758d423b86
* control with joystick * slow it down * always joystick for not car * clean ups * not stateful * move submaster * only if we aren't in test mode * update refs * double ki speed, update ref * this ref Co-authored-by: Comma Device <device@comma.ai> old-commit-hash: 7dd71cc63db66d56de069d35544be607ac1ab5b5
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