moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <interaction.h>
Public Attributes | |
std::string | parent_group |
The name of the group that sustains the end-effector (usually an arm) | |
std::string | parent_link |
The name of the link in the parent group that connects to the end-effector. | |
std::string | eef_group |
The name of the group that defines the group joints. | |
InteractionStyle::InteractionStyle | interaction |
Which degrees of freedom to enable for the end-effector. | |
double | size |
The size of the end effector group (diameter of enclosing sphere) | |
Representation of an interaction via an end-effector Displays one marker for manipulating the EEF position.
Definition at line 139 of file interaction.h.
std::string robot_interaction::EndEffectorInteraction::eef_group |
The name of the group that defines the group joints.
Definition at line 148 of file interaction.h.
InteractionStyle::InteractionStyle robot_interaction::EndEffectorInteraction::interaction |
Which degrees of freedom to enable for the end-effector.
Definition at line 151 of file interaction.h.
std::string robot_interaction::EndEffectorInteraction::parent_group |
The name of the group that sustains the end-effector (usually an arm)
Definition at line 142 of file interaction.h.
std::string robot_interaction::EndEffectorInteraction::parent_link |
The name of the link in the parent group that connects to the end-effector.
Definition at line 145 of file interaction.h.
double robot_interaction::EndEffectorInteraction::size |
The size of the end effector group (diameter of enclosing sphere)
Definition at line 154 of file interaction.h.