15 #ifndef NAV2_BEHAVIOR_TREE__PLUGINS__CONTROL__PERSISTENT_SEQUENCE_HPP_
16 #define NAV2_BEHAVIOR_TREE__PLUGINS__CONTROL__PERSISTENT_SEQUENCE_HPP_
19 #include "behaviortree_cpp/control_node.h"
20 #include "behaviortree_cpp/bt_factory.h"
22 namespace nav2_behavior_tree
51 BT::BidirectionalPort<int>(
"current_child_idx",
"The index of the current child"),
56 BT::NodeStatus tick()
override;
The PersistentSequenceNode is similar to the SequenceNode, but it stores the index of the last runnin...
static BT::PortsList providedPorts()
Declare ports.