public interface JointPositionFactory
Modifier and Type | Method and Description |
---|---|
JointPositions |
createJointPositions(double base,
double shoulder,
double elbow,
double wrist1,
double wrist2,
double wrist3,
Angle.Unit unit)
Creates a
JointPositions object for six revolute joints using the provided angles and unit type |
JointPositions createJointPositions(double base, double shoulder, double elbow, double wrist1, double wrist2, double wrist3, Angle.Unit unit)
JointPositions
object for six revolute joints using the provided angles and unit typebase
- base joint positionshoulder
- shoulder joint positionelbow
- elbow joint positionwrist1
- wrist1 joint positionwrist2
- wrist2 joint positionwrist3
- wrist3 joint positionunit
- enum to specify unit typeCopyright © 2018. All rights reserved.