Files
StarPilot/selfdrive/car
Shane Smiskol 00f6376789 Toyota: don't log standstill for NO_STOP_TIMER_CAR (#26733)
* don't log when no stop timer

* updated comment

* whoops

* subtract tss2, their standstill is real
old-commit-hash: 137beee5560a98ad043208cfbc2628646a12477c
2022-12-09 03:34:29 -08:00
..
2022-12-02 22:09:42 -08:00
2022-12-07 16:50:14 -08:00
2022-03-29 21:45:23 -07:00

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