Skip to content
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

Issue using move_base_msgs with BehaviorTree.ROS #9

Open
pverma907 opened this issue Mar 24, 2021 · 0 comments
Open

Issue using move_base_msgs with BehaviorTree.ROS #9

pverma907 opened this issue Mar 24, 2021 · 0 comments

Comments

@pverma907
Copy link

pverma907 commented Mar 24, 2021

Hi Davide,
I am working on robust execution framework with the help of BT and implementing it in Tiago robot by Pal. I encountered an issue using the MoveBase Action with this library. As I believe the library uses goal and result msgs of the action, but MoveBase.Action does not have the result msgs. It only has goal and feedback msgs. Due to this, MoveBase Action is not compatible with this library and hence cant be used. Can you please modify the library to handle both the feedback and handle the result, maybe with a new function onFeedback? Further, there could be an option of using one of those two functions in the inherited class made by the BT designer.
Please let me know your comments and suggestions.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant