mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-21 01:02:48 +08:00
733a139646
* Toyota: gate enableGasInterceptor behind openpilotLongitudinalControl * fix carcontroller typo * Revert "Toyota: gate enableGasInterceptor behind openpilotLongitudinalControl" This reverts commit a974e8f8cfb4040d0fe12e285154c6fff4cb9825. * put condition in carcontroller * gate building can messages Co-authored-by: Willem Melching <willem.melching@gmail.com> old-commit-hash: a6aa09446176e11364f0244e87757e27e992ffbd
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