1 #ifndef BT_COUT_LOGGER_H 2 #define BT_COUT_LOGGER_H 30 virtual void flush()
override;
35 #endif // BT_COUT_LOGGER_H static std::atomic< bool > ref_count
Abstract base class for Behavior Tree Nodes.
StdCoutLogger(const BT::Tree &tree)
~StdCoutLogger() override
virtual void flush() override
Struct used to store a tree. If this object goes out of scope, the tree is destroyed.
AddStdCoutLoggerToTree. Give the root node of a tree, a simple callback is subscribed to any status c...
std::chrono::high_resolution_clock::duration Duration
virtual void callback(Duration timestamp, const TreeNode &node, NodeStatus prev_status, NodeStatus status) override