Transform
Transformation between coordinate systems.
Member Variables
translation-
std::array< float, 3 >, default:\{0.F, 0.F, 0.F\}[m] (x, y, z)
orientation-
std::array< float, 3 >, default:\{0.F, 0.F, 0.F\}[degrees] ExtrinsicXYZ (Rx, Ry, Rz)
baseFrame-
BaseFrame, default:\{FrameType[CAMERA|ROBOT|OBJECT]: Transform into specified base frame(coordinate system). Currently only CAMERA supported.
objectId-
std::optional< std::string >, default:\{std::nullopt\}
Enumerations
| Value | Description |
|---|---|
|
select robot base coordinate system |
|
select camera coordinate system |
|
select object coordinate system |
|
select TCP @ grip position |
| Value | Description |
|---|---|
|
select x axis of coordinate system |
|
select y axis of coordinate system |
|
select z axis of coordinate system |