-
Notifications
You must be signed in to change notification settings - Fork 70
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
onFeedback for bt_action_node is not receiving feedback #48
Comments
Thanks for reporting, I will have a look |
i have same issue, I've done echo topic on feedback action and the results come out, but onFeedback doesn't get called |
我的程序同样无法接收到反馈,事实上,它完全没有进入onFeedback函数
|
我使用的ros2版本是humble,当我使用ros2 action send_goal -f指令时,可以得到上述代码给出的feed back |
I have the same issue, onFeedback doesn't get called and Tree doesnt return RUNNING As Status. Did someone find a solution for this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When creating a custom RosActionNode and overriding the onFeedback method, the method is never called. Here is an example:
The .hpp file
the implemented method:
With this example, I never get an output to the terminal for the received feedback. I also validated that the action does provide a feedback by listening to the action feedback topic
ros2 topic echo /navigate_to_pose/_action/feedback
The text was updated successfully, but these errors were encountered: