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 |
![]() | |
TransitionEvent (BT::TreeNode *root_node) | |
Additional Inherited Members | |
![]() | |
void | updateCurrentAction (const BT::NodeStatus &status, const BT::TreeNode &node) |
![]() | |
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 |