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 with 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 with six revolute joints using the provided angles and unit type.base
- Base joint position.shoulder
- Shoulder joint position.elbow
- Elbow joint position.wrist1
- Wrist1 joint position.wrist2
- Wrist2 joint position.wrist3
- Wrist3 joint position.unit
- the unit type for all the joint position arguments.JointPositions
object.Copyright © 2021. All rights reserved.