-
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
Integrate Data Input for Behaviors? #115
Comments
I guess there are multiple ways for doing this, depending on what exactly you want. One is to simply use publisher and subscriber states and you custom GUI communication via those topics. If the interaction is simple enough, this might be very easy to integrate. Another option is the The advanced GUI tutorial would be on a different topic. At some point, I plan to write up various ways of advanced usage of the FlexBE App GUI. But it will not cover custom GUIs. |
@pschillinger Thank you for your reply, it is appreciated! I know about the first way using simple subscriber state, From your explanation, if I am right, the way to implement this is by implementing a client-server so when the operator selects a goal the client will be executed |
Yes, your use case appears to fit best for the second way. It's not an action client that you implement, but the server. The client-role is taken by the input state, i.e.:
Then, the following happens during runtime:
|
Hi,
I have been working recently for designing robots behavior using Flexbe, And I am wondering now if there is a way to integrate custom GUI to interact with the behavior, I have seen the Flexbe tutorials on ROS Wiki, but the advanced GUI section and integrate data inputs for behaviors are missed, So is there any current work for those topics?
The text was updated successfully, but these errors were encountered: