Franz Steinmetz
Franz Steinmetz
I think the easiest for now is to use the State Machine tree widget. I think these list/tree widgets already offer a native search bar, if you start typing in...
See: https://rmc-github-server/tools/cissy/issues Originally created by crem-ja ([email protected]) at 2019-03-18 12:58:03+00:00 (moved from RMC internal repository)
Pytest warnings are [now](https://rmc-github-server/common/rafcon/commit/fad35496) parsed, too. See [this build result](https://rmc-jenkins.robotic.dlr.de/jenkins/job/common/job/rafcon/job/jenkins/154/pytest/) for an example. Originally created by @franzlst ([email protected]) at 2019-03-18 15:04:29+00:00 (moved from RMC internal repository)
Coverage report in pull request #746 Originally created by @franzlst ([email protected]) at 2019-06-24 10:47:38+00:00 (moved from RMC internal repository)
Parallel test runs in pull request #754 Originally created by @franzlst ([email protected]) at 2019-07-11 11:13:28+00:00 (moved from RMC internal repository)
Rafcon says it cannot find a meta.json, but rafcon should create one if it does not exist!? Originally created by @sebastian-brunner ([email protected]) at 2017-11-23 09:09:26+00:00 (moved from RMC internal repository)
The problem was actually that, Andi did not pushed a state machine correctly (so now the state machine runs), but still this error is misleading/strange. Originally created by @sebastian-brunner ([email protected])...
The issue for the misleading error message is line 358 of `storage.py`: ```state_machine.root_state = load_state_recursively(parent=state_machine, state_path=root_state_path)``` The root state is directly asserted, without checking the return value of `load_state_recursively`. This...
I think this is improved by 96343f0d07f8ba3d48d46a96b9729241b339528a, 647fdd8229bc94c9cc8c7cf655496d0de258272a and fb9602013c6cb842b7d384bdd01c0da1ade62988 There should be no more crash and only a single error message. Yet, the error message will probably still not...
Eventually a flag for each state if logging is desired would be nice .... the flag should also be stored in the meta_data and restored after loading. Originally created by...