public interface PoseFactory
Modifier and Type | Method and Description |
---|---|
Pose |
createPose(double x,
double y,
double z,
double rx,
double ry,
double rz,
Length.Unit lengthUnit,
Angle.Unit angleUnit)
Creates a
Pose object for the position and rotation of the robot tool |
Pose createPose(double x, double y, double z, double rx, double ry, double rz, Length.Unit lengthUnit, Angle.Unit angleUnit)
Pose
object for the position and rotation of the robot toolx
- position of the tooly
- position of the toolz
- position of the toolrx
- rotation of the toolry
- rotation of the toolrz
- rotation of the toollengthUnit
- enum to specify the position unit typeangleUnit
- enum to specify the rotation unit typeCopyright © 2018. All rights reserved.