MoveIt Pro Behavior
Core Behaviors for MoveIt Pro
|
Creates a shared pointer to a new moveit_msgs::msg::Constraints and writes it to the Blackboard. More...
#include <initialize_motion_constraints.hpp>
Public Member Functions | |
InitializeMotionConstraints (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< moveit_studio::behaviors::BehaviorContext > &shared_resources) | |
Construct a new InitializeMotionConstraints behavior. More... | |
BT::NodeStatus | tick () override |
Contains the logic to create a valid geometry_msgs::msg::PoseStamped message. More... | |
Public Member Functions inherited from moveit_studio::behaviors::SharedResourcesNode< BT::SyncActionNode > | |
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. More... | |
Static Public Member Functions | |
static BT::PortsList | providedPorts () |
Returns list of ports for this behavior. More... | |
static BT::KeyValueVector | metadata () |
Additional Inherited Members | |
Protected Attributes inherited from moveit_studio::behaviors::SharedResourcesNode< BT::SyncActionNode > | |
std::shared_ptr< BehaviorContext > | shared_resources_ |
Creates a shared pointer to a new moveit_msgs::msg::Constraints and writes it to the Blackboard.
Data Port Name | Port Type | Object Type |
---|---|---|
constraints_name | input | std::string |
constraints | output | std::shared_ptr<moveit_msgs::msg::Constraints> |
moveit_studio::behaviors::InitializeMotionConstraints::InitializeMotionConstraints | ( | const std::string & | name, |
const BT::NodeConfiguration & | config, | ||
const std::shared_ptr< moveit_studio::behaviors::BehaviorContext > & | shared_resources | ||
) |
Construct a new InitializeMotionConstraints behavior.
name | See SharedResourcesNode |
config | See SharedResourcesNode |
shared_resources | See SharedResourcesNode |
|
static |
|
static |
Returns list of ports for this behavior.
|
override |
Contains the logic to create a valid geometry_msgs::msg::PoseStamped message.