After connection loss, dont keep OpenMode until vehicle stands completely still #6
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@EmanuelFeru FOC model stays in OpenMode when enabled once shortly until wheel stands completely still.
After the serial has been lost for a very short amount of time, the vehicle needs to be stopped completely, even if the communication is already up again.
I put a note on that. I know why is it doing that. I have a condition to wait for standstill in case of mode switching.
I will see if I can change the behavior, and still avoid shocks when communication is back again.
A quick work around would be to increase the debounce parameter for timeout detection.