Attempts to execute each child node sequentially until one succeeds. If a child succeeds, status::success
will be returned. Otherwise if all children fail, status::failure
will be returned.
More...
#include <node.hpp>
template<class T>
struct ai::bt::selector< T >
Attempts to execute each child node sequentially until one succeeds. If a child succeeds, status::success
will be returned. Otherwise if all children fail, status::failure
will be returned.
Definition at line 115 of file node.hpp.
◆ execute()
The documentation for this struct was generated from the following file: