Skip to main content

Action: vehicle_reorder_nodes

Rearrange ASSIGNED nodes on the route of a single vehicle.

action_typestringrequired

Action type identifier.

Constant value: vehicle_reorder_nodes
agent_idstring<uuid>required

Vehicle agent_id.

node_uid_new_sequencestring<uuid>[]required

List of UIDs of nodes which define the new route of a vehicle

strict_time_windowsboolean

Enable or disable strict checking of time window constraints.

Default value: true
node_grouping_thresholdinteger

Non-negative value defines time interval in seconds which will be used to group upcoming nodes. Negative then grouping is disabled.

Default value: -1
Action: vehicle_reorder_nodes
{
"action_type": "string",
"agent_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"node_uid_new_sequence": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"strict_time_windows": true,
"node_grouping_threshold": -1
}