|
scenario_simulator_v2 C++ API
|
#include <logging_event.hpp>


Public Member Functions | |
| LoggingEvent (BT::TreeNode *root_node, const rclcpp::Logger &logger) | |
| const std::string & | getCurrentAction () const |
Public Member Functions inherited from behavior_tree_plugin::TransitionEvent | |
| TransitionEvent (BT::TreeNode *root_node) | |
Additional Inherited Members | |
Protected Member Functions inherited from behavior_tree_plugin::TransitionEvent | |
| void | updateCurrentAction (const BT::NodeStatus &status, const BT::TreeNode &node) |
Protected Attributes inherited from behavior_tree_plugin::TransitionEvent | |
| BT::TimePoint | first_timestamp_ |
| std::vector< BT::TreeNode::StatusChangeSubscriber > | subscribers_ |
| BT::TimestampType | type_ |
| std::string | current_action_ {"none"} |
| behavior_tree_plugin::LoggingEvent::LoggingEvent | ( | BT::TreeNode * | root_node, |
| const rclcpp::Logger & | logger | ||
| ) |
| const std::string & behavior_tree_plugin::LoggingEvent::getCurrentAction | ( | ) | const |