![]() |
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
Given an existing MTC Task object, append a MTC MoveRelative stage to perform a cartesian motion along an axis. More...
#include <setup_mtc_move_along_frame_axis.hpp>
Public Member Functions | |
SetupMTCMoveAlongFrameAxis (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< BehaviorContext > &shared_resources) | |
BT::NodeStatus | tick () override |
![]() | |
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 | kPortIDAccelerationScale = "acceleration_scale" |
static constexpr auto | kPortIDAxisFrame = "axis_frame" |
static constexpr auto | kPortIDAxisX = "axis_x" |
static constexpr auto | kPortIDAxisY = "axis_y" |
static constexpr auto | kPortIDAxisZ = "axis_z" |
static constexpr auto | kPortIDHandFrame = "hand_frame" |
static constexpr auto | kPortIDMaxDistance = "max_distance" |
static constexpr auto | kPortIDMinDistance = "min_distance" |
static constexpr auto | kPortIDPlanningGroupName = "planning_group_name" |
static constexpr auto | kPortIDTask = "task" |
static constexpr auto | kPortIDVelocityScale = "velocity_scale" |
static constexpr auto | kPortIDIgnoreEnvironmentCollisions = "ignore_environment_collisions" |
Additional Inherited Members | |
![]() | |
std::shared_ptr< BehaviorContext > | shared_resources_ |
Given an existing MTC Task object, append a MTC MoveRelative stage to perform a cartesian motion along an axis.
Data Port Name | Port Type | Object Type |
---|---|---|
task | Bidirectional | std::shared_ptr<moveit::task_constructor::Task> |
axis_x | Input | double |
axis_y | Input | double |
axis_z | Input | double |
axis_frame | Input | std::string |
min_distance | Input | double |
max_distance | Input | double |
planning_group_name | Input | std::string |
hand_frame | Input | std::string |
velocity_scale | Input | double |
acceleration_scale | Input | double |
ignore_environment_collisions | Input | bool |
moveit_studio::behaviors::SetupMTCMoveAlongFrameAxis::SetupMTCMoveAlongFrameAxis | ( | 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 |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |