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 with the specified Cartesian position and orientation (rotation) |
Pose createPose(double x, double y, double z, double rx, double ry, double rz, Length.Unit lengthUnit, Angle.Unit angleUnit)
Pose
object with the specified Cartesian position and orientation (rotation)x
- x-coordinate of the positiony
- y-coordinate of the positionz
- z-coordinate of the positionrx
- rx-parameter of the rotation vector specifying the orientationry
- ry-parameter of the rotation vector specifying the orientationrz
- rz-parameter of the rotation vector specifying the orientationlengthUnit
- enum to specify the position unit typeangleUnit
- enum to specify the rotation unit typeCopyright © 2019. All rights reserved.