MoveIt Pro Behavior
Core Behaviors for MoveIt Pro
|
Logs a user specified message via the LoggerROS class. ROS 2 log severity of message specified by log_level. More...
#include <log_message.hpp>
Public Member Functions | |
LogMessage (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< moveit_studio::behaviors::BehaviorContext > &shared_resources) | |
BT::NodeStatus | tick () override |
When the message is actually logged. Implementation of BT::SyncActionNode::tick() | |
![]() | |
SharedResourcesNode (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< BehaviorContext > &shared_resources) | |
Constructor for SharedResourcesNode. Called by BT::BehaviorTreeFactory when creating a new behavior tree containing this node. | |
Static Public Member Functions | |
static BT::PortsList | providedPorts () |
static BT::KeyValueVector | metadata () |
Additional Inherited Members | |
![]() | |
std::shared_ptr< BehaviorContext > | shared_resources_ |
Logs a user specified message via the LoggerROS class. ROS 2 log severity of message specified by log_level.
Data Port Name | Port Type | Object Type |
---|---|---|
message | input | std::string |
log_level | input | std::string |
moveit_studio::behaviors::LogMessage::LogMessage | ( | const std::string & | name, |
const BT::NodeConfiguration & | config, | ||
const std::shared_ptr< moveit_studio::behaviors::BehaviorContext > & | shared_resources | ||
) |
|
static |
|
static |
|
override |
When the message is actually logged. Implementation of BT::SyncActionNode::tick()