Skip to main content

SetupMTCBatchPoseIK Class

Given an existing MTC Task object and a vector of poses, appends an MTC stage to compute IK solutions. *. More...

Declaration

class moveit_pro::behaviors::SetupMTCBatchPoseIK { ... }

Included Headers

#include <setup_mtc_batch_pose_ik.hpp>

Base class

classSharedResourcesNode<BehaviorTreeNodeT>

The SharedResourcesNode class provides a BehaviorContext object when constructing a BehaviorTree.Cpp node. More...

Public Constructors Index

SetupMTCBatchPoseIK (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< BehaviorContext > &shared_resources)

Public Member Functions Index

BT::NodeStatustick () override

Public Static Functions Index

static BT::PortsListprovidedPorts ()
static BT::KeyValueVectormetadata ()

Public Static Attributes Index

static constexpr autokDefaultStageName = "pose IK"
static constexpr autokPortIDTask = "task"
static constexpr autokPortIDTargetPoses = "target_poses"
static constexpr autokPortIDMonitoredStage = "monitored_stage"
static constexpr autokPortIDIKGroup = "ik_group"
static constexpr autokPortIDEndEffectorGroup = "end_effector_group"
static constexpr autokPortIDEndEffectorLink = "end_effector_link"
static constexpr autokPortIDIKTimeoutSeconds = "ik_timeout_s"
static constexpr autokPortIDMaxIKSolutions = "max_ik_solutions"
static constexpr autokPortIDSpawnTopK = "spawn_top_k"
static constexpr autokPortIDJointCosts = "joint_costs"

Description

Given an existing MTC Task object and a vector of poses, appends an MTC stage to compute IK solutions. *.

Data Port NamePort TypeObject Type
taskBidirectionalstd::shared_ptr<moveit_pro::task_constructor::Task>
monitored_stageInputstd::string
target_posesInputstd::vector<geometry_msgs::msg::PoseStamped>
ik_groupInputstd::string
end_effector_groupInputstd::string
end_effector_linkInputstd::string
ik_timeout_sInputdouble
max_ik_solutionsInputint
spawn_top_kInputint
joint_costsInputstd::vector<double>

Definition at line 33 of file setup_mtc_batch_pose_ik.hpp.

Public Constructors

SetupMTCBatchPoseIK()

moveit_pro::behaviors::SetupMTCBatchPoseIK::SetupMTCBatchPoseIK (const std::string & name, const BT::NodeConfiguration & config, const std::shared_ptr< BehaviorContext > & shared_resources)

Declaration at line 51 of file setup_mtc_batch_pose_ik.hpp, definition at line 67 of file setup_mtc_batch_pose_ik.cpp.

Public Member Functions

tick()

BT::NodeStatus moveit_pro::behaviors::SetupMTCBatchPoseIK::tick ()

Declaration at line 58 of file setup_mtc_batch_pose_ik.hpp, definition at line 119 of file setup_mtc_batch_pose_ik.cpp.

Public Static Functions

metadata()

BT::KeyValueVector moveit_pro::behaviors::SetupMTCBatchPoseIK::metadata ()
static

Declaration at line 56 of file setup_mtc_batch_pose_ik.hpp, definition at line 113 of file setup_mtc_batch_pose_ik.cpp.

providedPorts()

BT::PortsList moveit_pro::behaviors::SetupMTCBatchPoseIK::providedPorts ()
static

Declaration at line 54 of file setup_mtc_batch_pose_ik.hpp, definition at line 73 of file setup_mtc_batch_pose_ik.cpp.

Public Static Attributes

kDefaultStageName

constexpr auto moveit_pro::behaviors::SetupMTCBatchPoseIK::kDefaultStageName = "pose IK"
constexpr static

Definition at line 37 of file setup_mtc_batch_pose_ik.hpp.

kPortIDEndEffectorGroup

constexpr auto moveit_pro::behaviors::SetupMTCBatchPoseIK::kPortIDEndEffectorGroup = "end_effector_group"
constexpr static

Definition at line 44 of file setup_mtc_batch_pose_ik.hpp.

kPortIDEndEffectorLink

constexpr auto moveit_pro::behaviors::SetupMTCBatchPoseIK::kPortIDEndEffectorLink = "end_effector_link"
constexpr static

Definition at line 45 of file setup_mtc_batch_pose_ik.hpp.

kPortIDIKGroup

constexpr auto moveit_pro::behaviors::SetupMTCBatchPoseIK::kPortIDIKGroup = "ik_group"
constexpr static

Definition at line 43 of file setup_mtc_batch_pose_ik.hpp.

kPortIDIKTimeoutSeconds

constexpr auto moveit_pro::behaviors::SetupMTCBatchPoseIK::kPortIDIKTimeoutSeconds = "ik_timeout_s"
constexpr static

Definition at line 46 of file setup_mtc_batch_pose_ik.hpp.

kPortIDJointCosts

constexpr auto moveit_pro::behaviors::SetupMTCBatchPoseIK::kPortIDJointCosts = "joint_costs"
constexpr static

Definition at line 49 of file setup_mtc_batch_pose_ik.hpp.

kPortIDMaxIKSolutions

constexpr auto moveit_pro::behaviors::SetupMTCBatchPoseIK::kPortIDMaxIKSolutions = "max_ik_solutions"
constexpr static

Definition at line 47 of file setup_mtc_batch_pose_ik.hpp.

kPortIDMonitoredStage

constexpr auto moveit_pro::behaviors::SetupMTCBatchPoseIK::kPortIDMonitoredStage = "monitored_stage"
constexpr static

Definition at line 42 of file setup_mtc_batch_pose_ik.hpp.

kPortIDSpawnTopK

constexpr auto moveit_pro::behaviors::SetupMTCBatchPoseIK::kPortIDSpawnTopK = "spawn_top_k"
constexpr static

Definition at line 48 of file setup_mtc_batch_pose_ik.hpp.

kPortIDTargetPoses

constexpr auto moveit_pro::behaviors::SetupMTCBatchPoseIK::kPortIDTargetPoses = "target_poses"
constexpr static

Definition at line 41 of file setup_mtc_batch_pose_ik.hpp.

kPortIDTask

constexpr auto moveit_pro::behaviors::SetupMTCBatchPoseIK::kPortIDTask = "task"
constexpr static

Definition at line 40 of file setup_mtc_batch_pose_ik.hpp.


The documentation for this class was generated from the following files:


Generated via doxygen2docusaurus 2.2.2 by Doxygen 1.9.8.