how to know whether a flexbe behavior execution is running or not and how to stop the execution of a behavior without an operator
According to the tutorials in Behavior Action (running behavior without operator) I could start the behavior by publishing on topic "/flexbe/execute_behavior/goal". I would like to know
- whether the behavior execution is started or not after sending message on the topic.
- how to stop a behavior execution.