FlexBE / flexbe_app

The classic user interface (editor + runtime control) for the FlexBE behavior engine. See the flexbe_webui for latest
BSD 3-Clause "New" or "Revised" License
48 stars 49 forks source link

FlexBE App does not save behavior #58

Closed hbaqueiro closed 4 years ago

hbaqueiro commented 4 years ago

I'm following the tutorial and at the very end of "Using the Statemachine Editor" part, I press "Save Behavior" but no message shows up indicating contents were saved. I investigated inside the package folder "tutorial_behaviors" but there is no trace of the content I created inside the app.

Two strange things are happening: 1- Just when I open the app using the flexbe_ocs.launch, the Package dropdown menu is empty, so I can't select anything. 2- There's a yellow pop-up warning "No Behavior Packages - There is no behavior packages available. Please initialize a ROS package for this purpose or prepare one manually." This popup dropdown menu shows a variety of behaviors (flexbe_app, flexbe_core [...] flexbe_widget).

My catkin workspace contains the flexbe_app, flexbe_behavior_engine, generic_flexbe_states and my created package tutorial_behaviors

hbaqueiro commented 4 years ago

Solved following the steps suggested in https://github.com/FlexBE/flexbe_app/issues/53#issuecomment-594634098