|
Nav2 Navigation Stack - kilted
kilted
ROS 2 Navigation Stack
|
The RecoveryNode has only two children and returns SUCCESS if and only if the first child returns SUCCESS. More...
#include <nav2_behavior_tree/include/nav2_behavior_tree/plugins/control/recovery_node.hpp>


Public Member Functions | |
| RecoveryNode (const std::string &name, const BT::NodeConfiguration &conf) | |
| A constructor for nav2_behavior_tree::RecoveryNode. More... | |
| ~RecoveryNode () override=default | |
| A destructor for nav2_behavior_tree::RecoveryNode. | |
Static Public Member Functions | |
| static BT::PortsList | providedPorts () |
| Creates list of BT ports. More... | |
The RecoveryNode has only two children and returns SUCCESS if and only if the first child returns SUCCESS.
Definition at line 35 of file recovery_node.hpp.
| nav2_behavior_tree::RecoveryNode::RecoveryNode | ( | const std::string & | name, |
| const BT::NodeConfiguration & | conf | ||
| ) |
A constructor for nav2_behavior_tree::RecoveryNode.
| name | Name for the XML tag for this node |
| conf | BT node configuration |
Definition at line 21 of file recovery_node.cpp.
|
inlinestatic |
Creates list of BT ports.
Definition at line 56 of file recovery_node.hpp.