Files
StarPilot/selfdrive/car
Shane Smiskol 83e26d674f LongControl: fix control state oscillation (#23333)
* check if plan is to accelerate or not

* remove comment

* needed to see it

needed to see it

* test logic with Toyota TSS2

* hackily log conditions

* Revert "hackily log conditions"

This reverts commit 7a6b5691e2b982c7a1e3911d980fb7530647affd.

Revert "test logic with Toyota TSS2"

This reverts commit e583d6e3caaa5f5b896165cd7949dfc1caabfd9a.

order

* revert

* fix
old-commit-hash: 7254db3906eedf06da9e6e6947233848599a7862
2022-03-03 03:27:24 -08:00
..
2022-03-01 22:53:55 -08:00
2022-03-01 22:53:55 -08:00
2022-03-01 22:53:55 -08:00
2022-03-01 22:53:55 -08:00
2022-03-01 22:53:55 -08:00
2022-02-06 13:50:59 -08:00
2022-03-01 22:53:55 -08:00
2022-03-01 22:53:55 -08:00
2021-08-03 16:59:13 -07:00
2020-01-17 10:58:43 -08:00

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