| 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 | 
Feature.getPose()
Returns the actual Cartesian location of the feature 
 | 
| 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 | 
|---|---|
Pose | 
TCP.getOffset()  | 
| Modifier and Type | Method and Description | 
|---|---|
TCP | 
TCPContributionModel.addTCP(String idKey,
      String suggestedName,
      Pose offset)
Add a TCP to the current PolyScope installation. 
 | 
void | 
TCPContributionModel.updateTCP(String idKey,
         Pose newOffset)
Update the offset of a TCP already added by this URCap. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
RobotPositionCallback.onOk(Pose pose,
    JointPositions q)
This method is called if the end user accepts the robot position. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RobotMovement.requestUserToMoveRobot(Pose pose,
                      RobotMovementCallback callback)
Transition to the Automove screen to allow/request the user to move the robot (either automatically or manually)
 to a desired target position specified by a pose. 
 | 
| 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 with the specified Cartesian position and orientation (rotation) | 
| 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 some other  
Pose is "approximately equal" to this one. | 
Copyright © 2019. All rights reserved.