issues
search
nealtanner
/
pysm
Versatile and flexible Python State Machine library
http://pysm.readthedocs.io/
MIT License
0
stars
0
forks
source link
define transitions in origin state instead of parent superstate
#5
Open
nealtanner
opened
1 year ago
nealtanner
commented
1 year ago
1 partially implements this, but thus far it brought up more questions than it answered:
this currently only works for
pysm.StateMachine
derived states and not
pysm.State
derived states (#2 )
there is currently no way to specify a target state outside of the current state
I may have introduced an entry/exit sequence bug (#3)
1 partially implements this, but thus far it brought up more questions than it answered:
pysm.StateMachine
derived states and notpysm.State
derived states (#2 )