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