DLR-RM / RAFCON

RAFCON (RMC advanced flow control) uses hierarchical state machines, featuring concurrent state execution, to represent robot programs. It ships with a graphical user interface supporting the creation of state machines and contains IDE like debugging mechanisms. Alternatively, state machines can programmatically be generated using RAFCON's API.
https://dlr-rm.github.io/RAFCON/
Eclipse Public License 1.0
182 stars 35 forks source link

Gaphas is not storing linkage or port meta data only state meta data #241

Open franzlst opened 4 years ago

franzlst commented 4 years ago

All meta data of transitions, io data ports and outcomes are not stored. The modification history also do not list meta data changed actions what is a hind for the case that gaphas is not writing this information into the meta data dict.

To preserve the functionality this issue includes two sub-tasks:

Added at 2017-02-24: This issue needs a representation (test) in issue #175 to preserve gaphas functionality and as reliability to the user.

Originally created by @Rbelder at 2016-11-23 13:01:18+00:00 (moved from RMC internal repository)

franzlst commented 4 years ago

First sub issue should be fixed with 59cbce9

Originally created by @franzlst (Franz.Steinmetz@dlr.de) at 2016-11-28 08:42:16+00:00 (moved from RMC internal repository)