Describes an action that the mobile robot can perform.

Hierarchy

  • InstantActionsAction

Indexable

[property: string]: any

Properties

actionDescriptor?: string

Additional information on the action.

actionId: string

Unique ID to identify the action and map them to the actionState in the state. Suggestion: Use UUID.

actionParameters?: PurpleActionParameter[]

Action parameters for the indicated action, e.g., deviceId, loadId, external Triggers.

actionType: string

Name of action. Identifies the function of the action.

blockingType: None

The blocking type of an instant action is always NONE: action can happen in parallel with others, including movement.

Generated using TypeDoc