1#ifndef BT_COUT_LOGGER_H
2#define BT_COUT_LOGGER_H
4#include "behaviortree_cpp/loggers/abstract_logger.h"
11
12
13
18 StdCoutLogger(
const BT::
Tree& tree);
19 ~StdCoutLogger()
override;
26 virtual void flush()
override;
29 virtual void callback(Duration timestamp,
const TreeNode& node,
NodeStatus prev_status,
Definition: abstract_logger.h:16
StdCoutLogger is a very simple logger that displays all the transitions on the console.
Definition: bt_cout_logger.h:16
Struct used to store a tree. If this object goes out of scope, the tree is destroyed.
Definition: bt_factory.h:96
Abstract base class for Behavior Tree Nodes.
Definition: tree_node.h:154
Definition: action_node.h:24
NodeStatus
Definition: basic_types.h:34