Nav2 Navigation Stack - kilted
kilted
ROS 2 Navigation Stack
|
A BT::DecoratorNode that ticks its child if the goal was updated. More...
#include <nav2_behavior_tree/include/nav2_behavior_tree/plugins/decorator/goal_updated_controller.hpp>
Public Member Functions | |
GoalUpdatedController (const std::string &name, const BT::NodeConfiguration &conf) | |
A constructor for nav2_behavior_tree::GoalUpdatedController. More... | |
Static Public Member Functions | |
static BT::PortsList | providedPorts () |
Creates list of BT ports. More... | |
A BT::DecoratorNode that ticks its child if the goal was updated.
Definition at line 38 of file goal_updated_controller.hpp.
nav2_behavior_tree::GoalUpdatedController::GoalUpdatedController | ( | const std::string & | name, |
const BT::NodeConfiguration & | conf | ||
) |
A constructor for nav2_behavior_tree::GoalUpdatedController.
name | Name for the XML tag for this node |
conf | BT node configuration |
Definition at line 26 of file goal_updated_controller.cpp.
|
inlinestatic |
Creates list of BT ports.
Definition at line 54 of file goal_updated_controller.hpp.