|
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
Create a geometry_msgs::msg::WrenchStamped and writes it to the Blackboard. More...
#include <create_stamped_wrench.hpp>


Public Member Functions | |
| CreateStampedWrench (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< moveit_studio::behaviors::BehaviorContext > &shared_resources) | |
| Construct a new CreateStampedWrench behavior. | |
| BT::NodeStatus | tick () override |
| Contains the logic to create a valid geometry_msgs::msg::WrenchStamped message. | |
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. | |
Static Public Member Functions | |
| static BT::PortsList | providedPorts () |
| Returns list of ports for this behavior. | |
| static BT::KeyValueVector | metadata () |
Additional Inherited Members | |
Protected Attributes inherited from moveit_studio::behaviors::SharedResourcesNode< BT::SyncActionNode > | |
| std::shared_ptr< BehaviorContext > | shared_resources_ |
Create a geometry_msgs::msg::WrenchStamped and writes it to the Blackboard.
| Data Port Name | Port Type | Object Type |
|---|---|---|
| reference_frame | input | std::string |
| force_xyz | input | std::vector<double> |
| torque_xyz | input | std::vector<double> |
| stamped_wrench | output | geometry_msgs::msg::WrenchStamped |
The Behavior checks to see if the input values force_xyz and torque_xyz are of size 3.
| moveit_studio::behaviors::CreateStampedWrench::CreateStampedWrench | ( | const std::string & | name, |
| const BT::NodeConfiguration & | config, | ||
| const std::shared_ptr< moveit_studio::behaviors::BehaviorContext > & | shared_resources | ||
| ) |
Construct a new CreateStampedWrench 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::WrenchStamped message.