Go to the documentation of this file. 1 #ifndef BT_COUT_LOGGER_H
2 #define BT_COUT_LOGGER_H
20 virtual void flush()
override;
29 #endif // BT_COUT_LOGGER_H
~StdCoutLogger() override
virtual void flush() override
Abstract base class for Behavior Tree Nodes.
Struct used to store a tree. If this object goes out of scope, the tree is destroyed.
virtual void callback(Duration timestamp, const TreeNode &node, NodeStatus prev_status, NodeStatus status) override
std::chrono::high_resolution_clock::duration Duration
StdCoutLogger(const BT::Tree &tree)
StdCoutLogger is a very simple logger that displays all the transitions on the console.