Modifier and Type | Method and Description |
---|---|
JointPositions |
DataModel.get(String key,
JointPositions defaultValue)
Get the JointPositions value assigned to the specified key.
|
Modifier and Type | Method and Description |
---|---|
JointPositions |
DataModel.get(String key,
JointPositions defaultValue)
Get the JointPositions value assigned to the specified key.
|
void |
DataModel.set(String key,
JointPositions value)
Assign a JointPositions value to the specified key.
|
Modifier and Type | Method and Description |
---|---|
FixedPositionDefinedWaypointNodeConfig |
WaypointNodeConfigFactory.createFixedPositionConfig(Pose poseIncludingTcp,
JointPositions qNear,
BlendParameters blendParameters,
WaypointMotionParameters waypointMotionParameters)
Creates a fixed position configuration for a waypoint with a defined pose.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
RobotPositionCallback.onOk(Pose pose,
JointPositions q)
This method is called if the user accepts the robot position.
|
Modifier and Type | Method and Description |
---|---|
JointPositions |
JointPositionFactory.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 |
Modifier and Type | Method and Description |
---|---|
boolean |
JointPositions.epsilonEquals(JointPositions other,
double epsilon,
Angle.Unit unit)
Indicates whether each element of some other JointPositions is "approximately equal in tolerance" to this one.
|
Copyright © 2018. All rights reserved.