Nav2 Navigation Stack - kilted
kilted
ROS 2 Navigation Stack
|
A BT::DecoratorNode that subscribes to a goal topic and updates the current goal on the blackboard. More...
#include <nav2_behavior_tree/include/nav2_behavior_tree/plugins/decorator/goal_updater_node.hpp>
Public Member Functions | |
GoalUpdater (const std::string &xml_tag_name, const BT::NodeConfiguration &conf) | |
A constructor for nav2_behavior_tree::GoalUpdater. More... | |
Static Public Member Functions | |
static BT::PortsList | providedPorts () |
Creates list of BT ports. More... | |
A BT::DecoratorNode that subscribes to a goal topic and updates the current goal on the blackboard.
Definition at line 41 of file goal_updater_node.hpp.
nav2_behavior_tree::GoalUpdater::GoalUpdater | ( | const std::string & | xml_tag_name, |
const BT::NodeConfiguration & | conf | ||
) |
A constructor for nav2_behavior_tree::GoalUpdater.
xml_tag_name | Name for the XML tag for this node |
conf | BT node configuration |
Definition at line 31 of file goal_updater_node.cpp.
|
inlinestatic |
Creates list of BT ports.
Definition at line 57 of file goal_updater_node.hpp.