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
181 stars 35 forks source link

Add documentation about autolayout plugin #763

Open franzlst opened 4 years ago

franzlst commented 4 years ago

Add documentation about how to use the autolayout plugin:

https://rmc-github-server/moro/rafcon_auto_layout_plugin

Originally created by @sebastian-brunner (Sebastian.Brunner@dlr.de) at 2019-07-23 06:32:54+00:00 (moved from RMC internal repository)

ljklonepiece commented 2 years ago

@franzlst hi, may i know if there is any public doc about autolayout?

franzlst commented 2 years ago

@ljklonepiece sorry, unfortunately, there is no further information. I think we also have never made this plugin open source. @sebastian-brunner do you know more?

sebastian-brunner commented 2 years ago

@sebastian-brunner : As far as I know it was not yet released under an open-source license by DLR. But it would be awesome if DLR would do so!

Rbelder commented 2 years ago

Hello all,

most likely the plugin was never finished in a manner to publish it. I can not find a version online that I can access.

At the time I went on from DLR I wanted to clean it up to get it published and you both used it for an auto-translation project. Most likely it is still at the stage of not fully cleaned up and maybe it is also not using the proper way to use the plugin interface and no external property files.

ljklonepiece commented 2 years ago

thank you for the update! just wanna double check with you guys, does the autolayout function aim to achieve the same as what OGDF or graphviz can do? if so, we'd like to know how we can contribute to the release of this much needed feature