29 virtual void halt()
override;
34 "If true, execute again the same child that was selected the " virtual void halt() override
Use a Terminal User Interface (ncurses) to select a certain child manually.
static PortsList providedPorts()
int previously_executed_idx_
const NodeConfiguration & config() const
static constexpr const char * REPEAT_LAST_SELECTION
uint8_t selectChild() const
ManualSelectorNode(const std::string &name, const NodeConfiguration &config)
const std::string & name() const
Name of the instance, not the type.
virtual ~ManualSelectorNode() override=default
NodeStatus selectStatus() const
std::unordered_map< std::string, PortInfo > PortsList
virtual BT::NodeStatus tick() override
Method to be implemented by the user.