mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23:52 +08:00
Toyota: base LTA safety (#1295)
* part 1 of clean up * make it work and pass * remove lta stuff * remove commented lta tests * more * move test back to where it was * rm line * rename that * fix that * start to add LTA * angle test * fix tests and add base stock longitudinal class * formatting * clean that up * convention * add ALLOW_DEBUG
This commit is contained in:
@@ -197,6 +197,7 @@ class Panda:
|
||||
# first byte is for EPS scaling factor
|
||||
FLAG_TOYOTA_ALT_BRAKE = (1 << 8)
|
||||
FLAG_TOYOTA_STOCK_LONGITUDINAL = (2 << 8)
|
||||
FLAG_TOYOTA_LTA = (4 << 8)
|
||||
|
||||
FLAG_HONDA_ALT_BRAKE = 1
|
||||
FLAG_HONDA_BOSCH_LONG = 2
|
||||
|
||||
Reference in New Issue
Block a user