com.kuka.nav.command
Class CommandConstants

java.lang.Object
  extended by com.kuka.nav.command.CommandConstants

public final class CommandConstants
extends Object

Constants for command parameters.


Field Summary
static String ABS_ACCELERATION
          Absolute acceleration key.
static String ABS_DECELERATION
          Absolute deceleration key.
static String ABS_VELOCITY
          Absolute velocity key.
static String ACTION_TYPE
          Action type key.
static String BLENDING_CART
          Blending cart key.
static String CHANGEMAP_ID
          Change map key.
static String CONDITION_TYPE
          Condition type key.
static double DEFAULT_SIGMA_ROT
          Default sigma value.
static double DEFAULT_SIGMA_TRANS
          Default sigma value.
static String DESCRIPTION_PARAMETER
          Command description parameter name.
static String GOAL_ACCURACY_ROT
          Rotational goal accuracy key.
static String GOAL_ACCURACY_TRANS
          Translational goal accuracy key.
static String GOAL_FRAME
          Goal frame key.
static String GOAL_LOCATION
          Goal location key.
static String GOAL_POSE
          Goal pose key.
static String GRAPH_MOTION_MOTIONS
          Graph motion list key.
static String LOCALIZER_POSE
          Localizer pose key.
static String MAX_DELTA_ORI
          Maximum allowed rotation during recovery.
static String MAX_DEV_ROT
          Max deviation rotational key.
static String MAX_DEV_TRANS
          Max deviation translational key.
static String MAX_REC_DIST
          Maximum allowed distance for recovery.
static String MAX_TRACK_OFFSET_ROT
          Max tracking rotational offset key.
static String MAX_TRACK_OFFSET_TRANS
          Max tracking translational offset key.
static String NUM_CONDITIONS
          Number of conditions key.
static String OBJECTS_ID
          Objects key.
static String OFF_PATH_CONDITION
          Value for OffPathRecovery.
static String OFF_START_POSE_CONDITION
          Value for OffStartPoseRecovery.
static String OPTIMISATION_PROFILE
          Optimisation profile key.
static String ORIENTATION_MODE
          Drive mode key.
static String ORIENTATIONS
          Orientations list key.
static String POSE_SOURCE
          Pose source key.
static String QUEUEABLE_MOTION
          Key for queueable motion flag.
static String RECOVER_ACTIONS
          Key for recover actions list.
static String RECOVER_CONDITIONS
          Key for recover conditions list.
static String REL_ACCELERATION
          Relative acceleration key.
static String REL_DECELERATION
          Relative deceleration key.
static String REL_VELOCITY
          Relative velocity key.
static String SAFETY_AWARE
          Safety aware key.
static String SIGMA_ROT
          Localizer sigma key.
static String SIGMA_TRANS
          Localizer sigma key.
static String START_LOCATION
          Goal location key.
static String START_POSE
          Start pose key.
static String TIMEOUT
          Timeout key.
static String TRACKING_MOTION_ALLOWED
          TrackingMotion permission key.
static String VIRTUAL_LINE
          Virtual line key.
static String VIRTUAL_PATH
          Virtual path key.
static String VIRTUAL_PATH_BACKWARD
          Virtual path backwards key.
static String VIRTUAL_PATH_ID
          Virtual path id key.
static String VIRTUAL_PATH_NAME
          Virtual path name key.
static String VL_REC
          Prefix for virtual line recovery.
static String VP_GOAL_ORIENTATION
          Virtual path goal orientation key.
static String VP_REC
          Prefix for virtual path recovery.
static String VP_START_ORIENTATION
          Virtual path start orientation key.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCRIPTION_PARAMETER

public static final String DESCRIPTION_PARAMETER
Command description parameter name.

See Also:
Constant Field Values

DEFAULT_SIGMA_TRANS

public static final double DEFAULT_SIGMA_TRANS
Default sigma value.

See Also:
Constant Field Values

DEFAULT_SIGMA_ROT

public static final double DEFAULT_SIGMA_ROT
Default sigma value.


LOCALIZER_POSE

public static final String LOCALIZER_POSE
Localizer pose key.

See Also:
Constant Field Values

SIGMA_TRANS

public static final String SIGMA_TRANS
Localizer sigma key.

See Also:
Constant Field Values

SIGMA_ROT

public static final String SIGMA_ROT
Localizer sigma key.

See Also:
Constant Field Values

CHANGEMAP_ID

public static final String CHANGEMAP_ID
Change map key.

See Also:
Constant Field Values

OBJECTS_ID

public static final String OBJECTS_ID
Objects key.

See Also:
Constant Field Values

START_POSE

public static final String START_POSE
Start pose key.

See Also:
Constant Field Values

GOAL_POSE

public static final String GOAL_POSE
Goal pose key.

See Also:
Constant Field Values

START_LOCATION

public static final String START_LOCATION
Goal location key.

See Also:
Constant Field Values

GOAL_LOCATION

public static final String GOAL_LOCATION
Goal location key.

See Also:
Constant Field Values

TIMEOUT

public static final String TIMEOUT
Timeout key.

See Also:
Constant Field Values

REL_VELOCITY

public static final String REL_VELOCITY
Relative velocity key.

See Also:
Constant Field Values

REL_ACCELERATION

public static final String REL_ACCELERATION
Relative acceleration key.

See Also:
Constant Field Values

REL_DECELERATION

public static final String REL_DECELERATION
Relative deceleration key.

See Also:
Constant Field Values

ABS_VELOCITY

public static final String ABS_VELOCITY
Absolute velocity key.

See Also:
Constant Field Values

ABS_ACCELERATION

public static final String ABS_ACCELERATION
Absolute acceleration key.

See Also:
Constant Field Values

ABS_DECELERATION

public static final String ABS_DECELERATION
Absolute deceleration key.

See Also:
Constant Field Values

VL_REC

public static final String VL_REC
Prefix for virtual line recovery.

See Also:
Constant Field Values

CONDITION_TYPE

public static final String CONDITION_TYPE
Condition type key.

See Also:
Constant Field Values

ACTION_TYPE

public static final String ACTION_TYPE
Action type key.

See Also:
Constant Field Values

MAX_DEV_TRANS

public static final String MAX_DEV_TRANS
Max deviation translational key.

See Also:
Constant Field Values

MAX_DEV_ROT

public static final String MAX_DEV_ROT
Max deviation rotational key.

See Also:
Constant Field Values

MAX_TRACK_OFFSET_TRANS

public static final String MAX_TRACK_OFFSET_TRANS
Max tracking translational offset key.

See Also:
Constant Field Values

MAX_TRACK_OFFSET_ROT

public static final String MAX_TRACK_OFFSET_ROT
Max tracking rotational offset key.

See Also:
Constant Field Values

GOAL_ACCURACY_TRANS

public static final String GOAL_ACCURACY_TRANS
Translational goal accuracy key.

See Also:
Constant Field Values

GOAL_ACCURACY_ROT

public static final String GOAL_ACCURACY_ROT
Rotational goal accuracy key.

See Also:
Constant Field Values

OFF_PATH_CONDITION

public static final String OFF_PATH_CONDITION
Value for OffPathRecovery.

See Also:
Constant Field Values

OFF_START_POSE_CONDITION

public static final String OFF_START_POSE_CONDITION
Value for OffStartPoseRecovery.

See Also:
Constant Field Values

NUM_CONDITIONS

public static final String NUM_CONDITIONS
Number of conditions key.

See Also:
Constant Field Values

OPTIMISATION_PROFILE

public static final String OPTIMISATION_PROFILE
Optimisation profile key.

See Also:
Constant Field Values

VIRTUAL_LINE

public static final String VIRTUAL_LINE
Virtual line key.

See Also:
Constant Field Values

ORIENTATION_MODE

public static final String ORIENTATION_MODE
Drive mode key.

See Also:
Constant Field Values

ORIENTATIONS

public static final String ORIENTATIONS
Orientations list key.

See Also:
Constant Field Values

VIRTUAL_PATH

public static final String VIRTUAL_PATH
Virtual path key.

See Also:
Constant Field Values

VIRTUAL_PATH_BACKWARD

public static final String VIRTUAL_PATH_BACKWARD
Virtual path backwards key.

See Also:
Constant Field Values

VP_REC

public static final String VP_REC
Prefix for virtual path recovery.

See Also:
Constant Field Values

VIRTUAL_PATH_ID

public static final String VIRTUAL_PATH_ID
Virtual path id key.

See Also:
Constant Field Values

VIRTUAL_PATH_NAME

public static final String VIRTUAL_PATH_NAME
Virtual path name key.

See Also:
Constant Field Values

VP_GOAL_ORIENTATION

public static final String VP_GOAL_ORIENTATION
Virtual path goal orientation key.

See Also:
Constant Field Values

VP_START_ORIENTATION

public static final String VP_START_ORIENTATION
Virtual path start orientation key.

See Also:
Constant Field Values

MAX_REC_DIST

public static final String MAX_REC_DIST
Maximum allowed distance for recovery.

See Also:
Constant Field Values

MAX_DELTA_ORI

public static final String MAX_DELTA_ORI
Maximum allowed rotation during recovery.

See Also:
Constant Field Values

GRAPH_MOTION_MOTIONS

public static final String GRAPH_MOTION_MOTIONS
Graph motion list key.

See Also:
Constant Field Values

BLENDING_CART

public static final String BLENDING_CART
Blending cart key.

See Also:
Constant Field Values

POSE_SOURCE

public static final String POSE_SOURCE
Pose source key.

See Also:
Constant Field Values

GOAL_FRAME

public static final String GOAL_FRAME
Goal frame key.

See Also:
Constant Field Values

TRACKING_MOTION_ALLOWED

public static final String TRACKING_MOTION_ALLOWED
TrackingMotion permission key.

See Also:
Constant Field Values

RECOVER_CONDITIONS

public static final String RECOVER_CONDITIONS
Key for recover conditions list.

See Also:
Constant Field Values

RECOVER_ACTIONS

public static final String RECOVER_ACTIONS
Key for recover actions list.

See Also:
Constant Field Values

QUEUEABLE_MOTION

public static final String QUEUEABLE_MOTION
Key for queueable motion flag.

See Also:
Constant Field Values

SAFETY_AWARE

public static final String SAFETY_AWARE
Safety aware key.

See Also:
Constant Field Values


Copyright © 2019. All rights reserved.