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
This is the normal behavior of the default "Regex" parser. If you need support for such cases, there is an alternative parser that can be used. To change it, got to the "Configuration" panel of the FlexBE App and under "Workspace" change "State parser" tp "Python". Then, it uses python to determine whether a class is a state, fully supporting sub-classes.
To clarify the problem, I designed a state called State1 which has EventState has a parent class, so
And a made a second class like this:
State 2 is not recognized by FlexBE App.
I am using ROS melodic built with python3.
I would like to know if this behavior is intended
The text was updated successfully, but these errors were encountered: