flexbe_app icon indicating copy to clipboard operation
flexbe_app copied to clipboard

User interface (editor + runtime control) for the FlexBE behavior engine.

Results 29 flexbe_app issues
Sort by recently updated
recently updated
newest added

I try to implement a simple Statemachine with a single concurrency container, but it fails to execute: ``` Start | \/ Container | ---------------------------- | | \/ \/ LOG_A LOG_B...

I have used flexbe since the beginning of Jan 2024. I decided to reinstall flexbe yesterday and I found this problem. ![problem](https://github.com/FlexBE/flexbe_app/assets/88015101/54fa9a92-a504-4d55-9569-d6ba044ef541) I use ubuntu 20.04 LTS ROS version :...

Hy. When i run "roslaunch flexbe_app flexbe_full.launch" i always get status disconnected. I use Parallels Desktop and run Ubuntu 20.04 and ros noetic. I tried it on a device with...

SUMMARY ======== PARAMETERS * /behavior/enable_clear_imports: False * /behavior/log_enabled: False * /behavior/log_folder: ~/.flexbe_logs * /behavior/log_level: INFO * /behavior/log_serialize: yaml * /rosdistro: noetic * /rosversion: 1.16.0 NODES / behavior (flexbe_onboard/start_behavior) behavior_launcher (flexbe_widget/be_launcher)...

I noticed that the flexbe app saved my behaviors in the `./install` directory (`./install/foo_state_controller_flexbe_behaviors/local/lib/python3.10/dist-packages/foo_state_controller_flexbe_behaviors`) instead of the my package directory in the `src` folder. If I close the flexbe app...

OS: Ubuntu 22.04 Branch: Humble Sometimes the packages selection changes the the package where the behavior should be stored. I wasn't able to reproduce when exactly this happens.

Hello everyone, i created a new state package, but can't see/load that in flexbe. i tried 'force Discover', but that didn't help. any help will be highly appreciated. Thanks in...

Hi there, I'm trying to run through the basic tutorials, but am not able to get a behaviour to run. It appears to be stuck waiting for confirmation from onboard...

Given this setup: If you try to connect outcome `done` of State `A` to the outcome `A` of the behavior. ![grafik](https://github.com/FlexBE/flexbe_app/assets/87816483/c6ac63ea-43cd-4e51-a3ea-d9aa0677af4a) The arrow automatically points to the State `A` itself,...

enhancement

When having string parameters for states they are plain in the generated state machine python script. They should be put into quotation marks. For example, the when specifying the topic...

enhancement