-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to execute multiple instances of the same FlexBE behavior #45
Comments
I need to look into this and will let you know.
In general, FlexBE is designed such that the onboard engine is responsible
for coordinating the executed behaviors and always exactly one behavior is
active. Still, namespaces are supposed to work and are the recommended way
to separate independent engine instances (e.g. to control two physically or
logically separate parts of the robot).
|
@josephcoombe I found the solution, separate namespace with
|
Is this also possible with two FlexBE app instances (running on one PC) monitoring two behaviors on two robots? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I made a FlexBE behavior to control an arm.
I can run this behavior with no problems using roslaunch like so:
However, I'd like to start two instances of this behavior (one for each arm) like so:
This does not work and I get the following errors in my
roslaunch flexbe_onboard behavior_onboard.launch
terminal:Is this intended behavior? If yes, what would be the best way to accomplish the same effect using FlexBE
Thank you!
The text was updated successfully, but these errors were encountered: