Franz Steinmetz
Franz Steinmetz
To be able to use configuration files with several users all file system paths should support environment variables. This is already the case for library paths, but e.g. not for...
Each `core` class should be represented 1-to-1 by a `Model` class. This is already the case for many, but not all elements. E.g. there is only a `StateModel` and `ContainerStateModel`,...
A simple `Enum` should be sufficient, rather than a class holding an `Enum`. Related to #238. Originally created by @franzlst ([email protected]) at 2017-12-05 12:01:18+00:00 (moved from RMC internal repository)
* states inform engines about what is happening in what context * engine is then responsible for keeping the `ExecutionHistory` * engine knows, which states are currently being executed Originally...
Instead of having a single `ExecutionEngine`, there should be one engine per state machine. All those engines are centrally managed by an `ExecutionManager` class. Originally created by @franzlst ([email protected]) at...
Error while loading state data: Data file not found: /home_local/sebastian-brunner/robust_efficient_robot_tasks/pick_object/pick_object_HFXWXK/meta.json Traceback (most recent call last): File "/internal_path/common/packages/rafcon/0.12.0/source/rafcon/core/storage/storage.py", line 402, in load_state_recursively state_info = load_data_file(path_core_data) File "/internal_path/common/packages/rafcon/0.12.0/source/rafcon/core/storage/storage.py", line 483, in load_data_file...
Currently, both the `StateMachinesEditorController` and the `StatesEditorController` create the tabs themselves and keep them up to date. With increasing information in the tabs, this blows up the code in those...
I started cleaning the GUI destruction process in #433. Yet, there are still some aspects that I don't like: * [ ] The `prepare_destruction` method of the `MainWindowController` calls `self.destroy()`,...
This Issue is not allowed to be closed without a test because we fixed it already 5 times. To reproduce: * insert a library with some ports * check outcomes...
The via points of connections (transitions, data flows) are not visible. Nevertheless, they can be moved, if the user knows where they are. Originally created by @sebastian-brunner ([email protected]) at 2017-10-17...