|
robot_interface
Native robot interface for making the visual manipulation
|
Data type to represent robot arm's end-effector pose in 3D cartesian space. More...
#include <control_base.hpp>
Public Attributes | |
| double | x |
| double | y |
| double | z |
| double | alpha |
| double | beta |
| double | gamma |
Data type to represent robot arm's end-effector pose in 3D cartesian space.
| double TcpPose::alpha |
Euler angle of the rotation along X axis.
| double TcpPose::beta |
Euler angle of the rotation along Y axis.
| double TcpPose::gamma |
Euler angle of the rotation along Z axis.
| double TcpPose::x |
Translation along X axis.
| double TcpPose::y |
Translation along Y axis.
| double TcpPose::z |
Translation along Z axis.
1.8.11