|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.nav.fleet.actions.ActionConstants
public class ActionConstants
Holds some constants for actions executed by mobile robot resources managed by the KUKA Navigation Solution's Resource Manager. This class defines mainly the key string for the parameter map of an action.
| Field Summary | |
|---|---|
static String |
ACTION_ACCELERATION_OVERIDE
Key string for the acceleration override of the action. |
static String |
ACTION_BLENDING_CART
Key string for the cartesian blending parameter. |
static String |
ACTION_CUSTOM_ID
Key string for the id of the custom action. |
static String |
ACTION_DECELERATION_OVERRIDE
Key string for the deceleration override of the action. |
static String |
ACTION_DURATION
Key string for the estimated duration of the action. |
static String |
ACTION_DURATION_SECONDS_D
Key string for the estimated duration of the action in seconds as double value. |
static String |
ACTION_EARLIEST_START
Key string for the earliest start time of the action. |
static String |
ACTION_GOAL_ACCURACY_ROT
Key string for the rotational goal accuracy of the action. |
static String |
ACTION_GOAL_ACCURACY_TRANS
Key string for the translational goal accuracy of the action. |
static String |
ACTION_LIFT_COMMAND
Key string for the lift command parameter. |
static String |
ACTION_LIFT_COMMAND_DOWN
Value string for commanding a "lift down" action. |
static String |
ACTION_LIFT_COMMAND_UP
Value string for commanding a "lift up" action. |
static String |
ACTION_ORIENTATION_MODE
Key string for the orientation mode. |
static String |
ACTION_ORIENTATION_MODE_FIXED
Value string Representing the fixed orientation mode. |
static String |
ACTION_ORIENTATION_MODE_VAR
Value string representing the variable orientation mode. |
static String |
ACTION_PATH_NAME
Key string for the name of the path a virtual path motion should move on. |
static String |
ACTION_PATH_RECOVERY
Key string for the path recovery parameter. |
static String |
ACTION_PATH_RECOVERY_REC_ROT
Key string for the maximum angle in radians around which the robot is allowed to turn during a recovery motion. |
static String |
ACTION_PATH_RECOVERY_REC_TRANS
Key string for the maximum distance on the path, where the next reachable point has to be. |
static String |
ACTION_PATH_RECOVERY_ROT
Key string for the maximum rotational distance to the path. |
static String |
ACTION_PATH_RECOVERY_TRANS
Key string for the maximum translational distance to the path. |
static String |
ACTION_SOURCE_GRAPH
Key string for the id of the graph the action is starting at. |
static String |
ACTION_SOURCE_NODE
Key string for the id of the node the action is starting at. |
static String |
ACTION_SOURCE_X
Key string for the x coordinate of the position the action is starting at. |
static String |
ACTION_SOURCE_Y
Key string for the y coordinate of the position the action is starting at. |
static String |
ACTION_START_RECOVERY
Key string for the start recovery parameter. |
static String |
ACTION_START_RECOVERY_ROT
Key string for the maximum rotational distance to the start pose. |
static String |
ACTION_START_RECOVERY_TRANS
Key string for the maximum translational distance to the start pose. |
static String |
ACTION_TARGET_GRAPH
Key string for the id of the graph the action is arriving at. |
static String |
ACTION_TARGET_NODE
Key string for the id of the node the action is arriving at. |
static String |
ACTION_TARGET_ORI_MAP
Key string for the orientation of the pose the action is arriving at relative to the map. |
static String |
ACTION_TARGET_ORI_PATH
Key string for the orientation of the pose the action is arriving at relative to the path. |
static String |
ACTION_TARGET_X
Key string for the x coordinate of the position the action is arriving at. |
static String |
ACTION_TARGET_Y
Key string for the y coordinate of the position the action is arriving at. |
static String |
ACTION_TRACKING_ACCURACY_ROT
Key string for the rotational tracking accuracy of the action. |
static String |
ACTION_TRACKING_ACCURACY_TRANS
Key string for the translational tracking accuracy of the action. |
static String |
ACTION_TYPE
Key string for the type of the action. |
static String |
ACTION_TYPE_AM
Value string representing an autonomous motion. |
static String |
ACTION_TYPE_CEA
Value string representing a custom edge action. |
static String |
ACTION_TYPE_CNA
Value string representing a custom node action. |
static String |
ACTION_TYPE_LIFT
Value string representing a lift action. |
static String |
ACTION_TYPE_VL
Value string representing a virtual line motion. |
static String |
ACTION_TYPE_VP
Value string representing a virtual path motion. |
static String |
ACTION_VELOCITY_OVERRIDE
Key string for the velocity override of the action. |
static String |
ACTION_WAIT
Key string for boolean indicating whether the task should not be finished after the corresponding action has been completed (instead the task will stay in state executing waiting for further actions to be added). |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ACTION_TYPE
ACTION_TYPE_VL,
ACTION_TYPE_VP,
ACTION_TYPE_AM,
ACTION_TYPE_LIFT,
ACTION_TYPE_CNA,
ACTION_TYPE_CEA,
Constant Field Valuespublic static final String ACTION_DURATION
public static final String ACTION_EARLIEST_START
public static final String ACTION_SOURCE_GRAPH
public static final String ACTION_SOURCE_NODE
public static final String ACTION_TARGET_GRAPH
public static final String ACTION_TARGET_NODE
public static final String ACTION_TYPE_VL
ACTION_TYPE,
Constant Field Valuespublic static final String ACTION_TYPE_VP
ACTION_TYPE,
Constant Field Valuespublic static final String ACTION_TYPE_AM
ACTION_TYPE,
Constant Field Valuespublic static final String ACTION_TYPE_LIFT
ACTION_TYPE,
Constant Field Valuespublic static final String ACTION_TYPE_CNA
ACTION_TYPE,
Constant Field Valuespublic static final String ACTION_TYPE_CEA
ACTION_TYPE,
Constant Field Valuespublic static final String ACTION_SOURCE_X
public static final String ACTION_SOURCE_Y
public static final String ACTION_TARGET_X
public static final String ACTION_TARGET_Y
public static final String ACTION_TARGET_ORI_PATH
public static final String ACTION_TARGET_ORI_MAP
public static final String ACTION_VELOCITY_OVERRIDE
public static final String ACTION_ACCELERATION_OVERIDE
public static final String ACTION_DECELERATION_OVERRIDE
public static final String ACTION_TRACKING_ACCURACY_TRANS
public static final String ACTION_TRACKING_ACCURACY_ROT
public static final String ACTION_GOAL_ACCURACY_TRANS
public static final String ACTION_GOAL_ACCURACY_ROT
public static final String ACTION_BLENDING_CART
public static final String ACTION_ORIENTATION_MODE
OrientationMode,
ACTION_ORIENTATION_MODE_VAR,
ACTION_ORIENTATION_MODE_FIXED,
Constant Field Valuespublic static final String ACTION_ORIENTATION_MODE_VAR
ACTION_ORIENTATION_MODE,
OrientationMode.VARIABLE,
Constant Field Valuespublic static final String ACTION_ORIENTATION_MODE_FIXED
ACTION_ORIENTATION_MODE,
OrientationMode.FIXED,
Constant Field Valuespublic static final String ACTION_PATH_NAME
ACTION_TYPE_VP,
Constant Field Valuespublic static final String ACTION_START_RECOVERY
true
start pose recovery is activated.
ACTION_START_RECOVERY_TRANS,
ACTION_START_RECOVERY_ROT,
Constant Field Valuespublic static final String ACTION_START_RECOVERY_TRANS
ACTION_START_RECOVERY,
Constant Field Valuespublic static final String ACTION_START_RECOVERY_ROT
ACTION_START_RECOVERY,
Constant Field Valuespublic static final String ACTION_PATH_RECOVERY
true
path recovery is activated.
ACTION_PATH_RECOVERY_TRANS,
ACTION_PATH_RECOVERY_ROT,
ACTION_PATH_RECOVERY_REC_TRANS,
ACTION_PATH_RECOVERY_REC_ROT,
Constant Field Valuespublic static final String ACTION_PATH_RECOVERY_TRANS
ACTION_PATH_RECOVERY,
Constant Field Valuespublic static final String ACTION_PATH_RECOVERY_ROT
ACTION_PATH_RECOVERY,
Constant Field Valuespublic static final String ACTION_PATH_RECOVERY_REC_TRANS
ACTION_PATH_RECOVERY,
Constant Field Valuespublic static final String ACTION_PATH_RECOVERY_REC_ROT
ACTION_PATH_RECOVERY,
Constant Field Valuespublic static final String ACTION_LIFT_COMMAND
ACTION_LIFT_COMMAND_UP,
ACTION_LIFT_COMMAND_DOWN,
Constant Field Valuespublic static final String ACTION_LIFT_COMMAND_UP
ACTION_LIFT_COMMAND,
Constant Field Valuespublic static final String ACTION_LIFT_COMMAND_DOWN
ACTION_LIFT_COMMAND,
Constant Field Valuespublic static final String ACTION_DURATION_SECONDS_D
public static final String ACTION_CUSTOM_ID
public static final String ACTION_WAIT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||