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
If the motor stops receiving packets from the display, we should turn off a couple of modes the display might have forced:
Turn off walk assist
Turn off cruise mode
Because otherwise a sw (or hw, but more likely sw ;-) ) fault in the display controller could cause hangage (even once we enable the watchdog if we have user visible fault screens enabled). We should be very conservative before taking this drastic step though - i.e. only if we miss 5 seconds worth of packets or something.
It is an open question if the pedal boost behavior should stay on?
The text was updated successfully, but these errors were encountered:
I agree with "walk assist" and "cruise mode" as they are initiated by serial communication and cannot be stopped without it.. Throttle and last active assist mode should be remain enabled imho.
Per discussion with @casainho and @lowPerformer. Capturing here to do someday:
If the motor stops receiving packets from the display, we should turn off a couple of modes the display might have forced:
Because otherwise a sw (or hw, but more likely sw ;-) ) fault in the display controller could cause hangage (even once we enable the watchdog if we have user visible fault screens enabled). We should be very conservative before taking this drastic step though - i.e. only if we miss 5 seconds worth of packets or something.
It is an open question if the pedal boost behavior should stay on?
The text was updated successfully, but these errors were encountered: