virtual BT::NodeStatus tick() override
Method to be implemented by the user.
const std::string & name() const
Name of the instance, not the type.
ReactiveSequence(const std::string &name)
The ReactiveSequence is similar to a ParallelNode. All the children are ticked from first to last: ...