Modifier and Type | Method and Description |
---|---|
Pose |
DataModel.get(String key,
Pose defaultValue)
Get the Pose value assigned to the specified key.
|
Modifier and Type | Method and Description |
---|---|
Pose |
DataModel.get(String key,
Pose defaultValue)
Get the Pose value assigned to the specified key.
|
void |
DataModel.set(String key,
Pose value)
Assign a Pose value to the specified key.
|
Modifier and Type | Method and Description |
---|---|
Pose |
FeaturePoint.getPose() |
Modifier and Type | Method and Description |
---|---|
Pose |
FixedPositionDefinedWaypointNodeConfig.getPose() |
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 |
---|---|
Pose |
PoseFactory.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 |
Modifier and Type | Method and Description |
---|---|
boolean |
Pose.epsilonEquals(Pose other,
double epsilon)
Deprecated.
|
boolean |
Pose.epsilonEquals(Pose other,
double lengthEpsilon,
Length.Unit lengthUnit,
double angleEpsilon,
Angle.Unit angleUnit)
Indicates whether of some other Pose is "approximately equal" to this one.
|
Copyright © 2018. All rights reserved.