-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recover from motor driver failures via --recovery option #2
Comments
Now, you can use “checkCanBus” program with “--resetAll” parameter for reset all nodes defined in .ini files (see --help parameter) or “--resetNode” parameter followed by node number, to send reset message to one driver. In this state the drivers perform a software reset and enter the pre-operational state. This is very useful for recover from motor driver failures (red led). |
Very cool! This actually closes #27!
|
Self recovery is hard or impossible to attain, will talk about that at #185.
Once fault state is reached, #215 will make it possible to traverse back to Operation enabled. Meddling with the NMT state machine feels like overkill. |
I'm closing this as WONTFIX. Fault state recovery will be easily attained via |
To recover from motor driver failures.
The text was updated successfully, but these errors were encountered: