Representation of an interaction via a joint. More...
#include <robot_interaction.h>
Public Attributes | |
std::string | connecting_link |
The link in the robot model this joint is a parent of. | |
unsigned int | dof |
The type of joint disguised as the number of DOF it has. 3=PLANAR in X/Y; 6=FLOATING. | |
std::string | joint_name |
The name of the joint. | |
std::string | parent_frame |
The name of the frame that is a parent of this joint. | |
double | size |
The size of the connecting link (diameter of enclosing sphere) |
Representation of an interaction via a joint.
Definition at line 119 of file robot_interaction.h.
The link in the robot model this joint is a parent of.
Definition at line 122 of file robot_interaction.h.
unsigned int robot_interaction::RobotInteraction::Joint::dof |
The type of joint disguised as the number of DOF it has. 3=PLANAR in X/Y; 6=FLOATING.
Definition at line 131 of file robot_interaction.h.
The name of the joint.
Definition at line 128 of file robot_interaction.h.
The name of the frame that is a parent of this joint.
Definition at line 125 of file robot_interaction.h.
The size of the connecting link (diameter of enclosing sphere)
Definition at line 134 of file robot_interaction.h.