-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Can't get action feedback data in BTaction node based on bt_action_node in Galactic #2839
Comments
I don’t understand the issue- what’s the specific behavior that isn’t working? |
Thanks for your responding.
the action client is implemented in related BTaction node (in follow_path_action.cpp). |
Spin the executor and it would then process callbacks, please review ROS 2 execution model flow. Your issues have nothing to do with bt action server but with your use / knowledge in ROS 2 action servers. Please reference the appropriate documentation. These are changes that are not reflected in Nav2 and aren't attached to a particular bug / issue / contribution so closing this ticket since its not actionable for the project. This looks like its proprietary development outside of this project, which we do not provide support in the issue tracker. |
Actually, the feedback function does not exist in action client BT node, so we can't reach feedback data. |
Bug report
Required Info:
Steps to reproduce issue
Feature request
Can get BTaction node feedback data
Feature description
I try to add a feedback callback. But the shared pointer of feedback can't be assigned for another member pointer or shared pointer.
I wonder if there is a way to reach that.
The text was updated successfully, but these errors were encountered: