Optional actionAdditional information on the action.
Unique ID to identify the action and map them to the actionState in the state. Suggestion: Use UUIDs.
Optional actionAction parameters for the indicated action, e.g., deviceId, loadId, external Triggers.
Name of the action. Identifies the function of the action.
Regulates if the action is allowed to be executed during movement and/or parallel to other actions. NONE: allows driving and other actions; SINGLE: allows driving but no other actions; SOFT: allows other actions but not driving; HARD: is the only allowed action at that time.
Optional retriableTrue: action can enter RETRIABLE state if it fails. False: action enters FAILED state directly after it fails. Default: false.
Generated using TypeDoc
Describes an action that the mobile robot can perform.