-
Notifications
You must be signed in to change notification settings - Fork 3
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
No Example or Documentation for usage in nested state machines #1
Comments
Unfortunately, documentation is not yet finished. You can find the example in motor.cpp. Let me know if you need some help when trying to understand the code. |
Hi wentasah, I appereciate about your code. if that is not possible, can you please more easy example in nested fsm? best regards, |
As reported in #1, the motor example is too complex for newcomers. Hopefully, this one is more understandable.
Hi @fredhur. You're right that the motor example with nested FSM is not easy to grasp. I created a simpler example. And by doing that after few years from developing the library, I can acknowledge that nested FSMs are tricky. Is the example clearer for you? If not, I should really finish the documentation :-) |
Thanks wentasah, I understand your example more easier than motor.cpp. It is just quadruped , if your documentation have a example ( bulb, elevator) with state chart, it is more pefect documentation than before! best regards |
When try to use msfsm in making nested FSMs, I didn't find any documentation or example about usage.
The text was updated successfully, but these errors were encountered: