mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-07 14:42:08 +08:00
a73a820338
* retune civic * seems smooth * back to normal * new ref * fix conflict * runs * rm * accel scale is 4 * toyota should be good * more cleanup * fixup * better naming * update ref * deprecated * sending brake when not enable causes a fault * rm gas and brake * unused * update ref * acura logic is no more * wrong before * revert tuning cleanup * adress comments * update ref * already on master Co-authored-by: Willem Melching <willem.melching@gmail.com> old-commit-hash: 1ac89f14aa7c45c56049e8dbb0d6c5bb83a0fc6b
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