You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can't simply be added as a new, separate message to validate, though, because some honda bosch vehicles (civic hatch) do not have a message broadcast on address 0x1BE.
I believe the following is needed:
honda bosch vehicles without alt brake message validate 0x17C for gas and brake (no change)
honda bosch vehicles with alt brake message validate 0x17C for gas and 0x1BE for brake
There is a test ready for this once it is implemented:
The brake pedal press bit used by most honda bosch vehicles was never added to the list of RX messages for checksum/counter validation.
panda/board/safety/safety_honda.h
Lines 27 to 41 in 01bf740
It can't simply be added as a new, separate message to validate, though, because some honda bosch vehicles (civic hatch) do not have a message broadcast on address 0x1BE.
I believe the following is needed:
There is a test ready for this once it is implemented:
panda/tests/safety/test_honda.py
Lines 277 to 285 in 01bf740
The text was updated successfully, but these errors were encountered: