|
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
Given an existing MTC Task object and a vector of poses, appends an MTC stage to compute IK solutions. *. More...
#include <setup_mtc_batch_pose_ik.hpp>


Public Member Functions | |
| SetupMTCBatchPoseIK (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< BehaviorContext > &shared_resources) | |
| BT::NodeStatus | tick () override |
Public Member Functions inherited from moveit_pro::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 () |
| static BT::KeyValueVector | metadata () |
Static Public Attributes | |
| static constexpr auto | kDefaultStageName = "pose IK" |
| static constexpr auto | kPortIDTask = "task" |
| static constexpr auto | kPortIDTargetPoses = "target_poses" |
| static constexpr auto | kPortIDMonitoredStage = "monitored_stage" |
| static constexpr auto | kPortIDIKGroup = "ik_group" |
| static constexpr auto | kPortIDEndEffectorGroup = "end_effector_group" |
| static constexpr auto | kPortIDEndEffectorLink = "end_effector_link" |
| static constexpr auto | kPortIDIKTimeoutSeconds = "ik_timeout_s" |
| static constexpr auto | kPortIDMaxIKSolutions = "max_ik_solutions" |
Additional Inherited Members | |
Protected Attributes inherited from moveit_pro::behaviors::SharedResourcesNode< BT::SyncActionNode > | |
| std::shared_ptr< BehaviorContext > | shared_resources_ |
Given an existing MTC Task object and a vector of poses, appends an MTC stage to compute IK solutions. *.
| Data Port Name | Port Type | Object Type |
|---|---|---|
| task | Bidirectional | std::shared_ptr<moveit_pro::task_constructor::Task> |
| monitored_stage | Input | std::string |
| target_poses | Input | std::vector<geometry_msgs::msg::PoseStamped> |
| ik_group | Input | std::string |
| end_effector_group | Input | std::string |
| end_effector_link | Input | std::string |
| ik_timeout_s | Input | double |
| max_ik_solutions | Input | int |
| moveit_pro::behaviors::SetupMTCBatchPoseIK::SetupMTCBatchPoseIK | ( | const std::string & | name, |
| const BT::NodeConfiguration & | config, | ||
| const std::shared_ptr< BehaviorContext > & | shared_resources | ||
| ) |
|
static |
|
static |
|
override |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |