Path Escort Activity
Type: path_escort_activity
An entity activity that makes an entity follow a specific path defined in a RoadNetwork, designed for escort missions.
Configuration
| Field | Type | Default | Description |
|---|---|---|---|
id | String | "" | Unique identifier. |
roadNetwork | Ref<RoadNetwork> | Empty | The road network data source. |
nodes | List<NodeId> | [] | Ordered list of nodes to visit. |
idleActivity | Ref<Activity> | Empty | Activity to switch to when done. |