Struct ActionGraph
Defined in File simple_bt_builder.hpp
Struct Documentation
-
struct ActionGraph
Public Types
-
using Ptr = std::shared_ptr<ActionGraph>
Public Members
-
std::list<ActionNode::Ptr> roots
-
std::map<float, std::list<ActionNode::Ptr>> levels
Public Static Functions
-
using Ptr = std::shared_ptr<ActionGraph>