Given an existing MTC Task object, append a stage to perform a cartesian motion along a given path. More...
Declaration
class moveit_pro::behaviors::SetupMTCPathIK { ... }
#include <setup_mtc_path_ik.hpp>
Base class
Public Constructors Index
| SetupMTCPathIK (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< BehaviorContext > &shared_resources) |
|
|
|
Public Member Functions Index
| BT::NodeStatus | tick () override |
|
|
|
Public Static Functions Index
Public Static Attributes Index
Description
Given an existing MTC Task object, append a stage to perform a cartesian motion along a given path.
This Behavior sets up a MoveIt Task Constructor (MTC) Path IK stage, which computes a joint-space trajectory to follow the specified path in Cartesian space. The path is defined as a vector of PoseStamped messages, which can be in any frame known to the robot's URDF. The stage is configured with the specified planning group, IK frame, and other parameters.
| Data Port Name | Port Type | Object Type |
|---|
| task | Bidirectional | std::shared_ptr<moveit_pro::task_constructor::Task> |
| path | Input | std::vector<geometry_msgs::msg::PoseStamped> |
| planning_group_name | Input | std::string |
| cartesian_constraint | Input | moveit_studio_msgs::msg::CartesianConstraint |
| ik_frame | Input | std::string |
| velocity_scale | Input | double |
| acceleration_scale | Input | double |
| ignore_environment_collisions | Input | bool |
| max_optimizer_iterations | Input | int |
| tip_offset | Input | std::vector<double> |
Definition at line 39 of file setup_mtc_path_ik.hpp.
Public Constructors
SetupMTCPathIK()
| moveit_pro::behaviors::SetupMTCPathIK::SetupMTCPathIK (const std::string & name, const BT::NodeConfiguration & config, const std::shared_ptr< BehaviorContext > & shared_resources) |
|
Public Member Functions
tick()
| BT::NodeStatus moveit_pro::behaviors::SetupMTCPathIK::tick () |
|
Public Static Functions
metadata()
| BT::KeyValueVector moveit_pro::behaviors::SetupMTCPathIK::metadata () |
|
static
|
providedPorts()
| BT::PortsList moveit_pro::behaviors::SetupMTCPathIK::providedPorts () |
|
static
|
Public Static Attributes
kDefaultStageName
| constexpr auto moveit_pro::behaviors::SetupMTCPathIK::kDefaultStageName = "Path IK" |
|
constexpr
static
|
kPortIdIgnoreEnvironmentCollisions
| constexpr auto moveit_pro::behaviors::SetupMTCPathIK::kPortIdIgnoreEnvironmentCollisions = "ignore_environment_collisions" |
|
constexpr
static
|
kPortIdTask
| constexpr auto moveit_pro::behaviors::SetupMTCPathIK::kPortIdTask = "task" |
|
constexpr
static
|
The documentation for this class was generated from the following files:
Generated via doxygen2docusaurus 2.2.2 by Doxygen 1.9.8.