Skip to content

Access action feedback within nav2_behavior_tree::BtActionNode during node status BT::NodeStatus::RUNNING #2958

@gstrommer

Description

@gstrommer

Feature request

Feature description

I am using the nav2_behavior_tree::BtActionNode for executing a self defined ros2 action. When the action is running, action feedback is published by the action server. However, the nav2_behavior_tree::BtActionNode has not defined a feedback callback. I also could not find a way to access the action feedback at all. There was a similar issue that has been closed recently (#2839) with the same feature request.

Implementation considerations

One could define a feedback_callback within the send_goal_options in the send_new_goal() function or the feedback could be accessible within the void on_wait_for_result() function.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions