Philipp Schillinger
Philipp Schillinger
Absolutely! Python 3 compatibility should already be there since PR #102. As soon as I have my noetic installation set up and ready, I will do some final testing and...
The develop branch works for me on noetic although I cannot test it as much as I want at the moment (that's why not released yet). More specifically, I tried...
My first assessment would be the following: The test runs a concurrency container with two states both with 10Hz rate. In the first container execute, both states are executed and...
Thank you for reporting and sorry for the delay! This should be fixed by now by the commit 66ede70e8adaea4703eafa6abf9762c76fc00e44.
I added a debug log level. Regarding the log level per state: The purpose of this logger is rather to be independent from states. But the new state logger rework...
Technically, the editor area is a drawing area, so unfortunately, I didn't find a practicable way yet to add regular scrollbars. Still, there is a solution to your issue: When...
It is actually possible to change the frequency of a state: Each state has an attribute called `_rate`, which is set to 10 by default as pointed out already. To...
The vigir_behhaviors repo has been created for the old FlexBE Chrome App, i.e. FlexBE App version 1.x. In the [readme file]( https://github.com/flexbe/flexbe_app#backwards-compatibility) of the FlexBE App, there is a section...
Not sure what exactly you mean by "printed at once" and "one after the other". One aspect I would like to point out is the difference between parallel and concurrent....
This is not implemented, but should be quite easy to add. You can change [this line](https://github.com/FlexBE/flexbe_app/blob/master/src/ui/ui_dashboard.js#L701) to use `textarea` instead of `input` or condition this for example on the type...