mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 10:23:30 +00:00
Added example about sensor data
@@ -80,6 +80,12 @@ The server-side router currently emits CoT for:
|
|||||||
|
|
||||||
The router runs continuously while the mission is active and republishes the synced entities on a timed loop.
|
The router runs continuously while the mission is active and republishes the synced entities on a timed loop.
|
||||||
|
|
||||||
|
Routed vehicles may also publish sensor-detected contacts from `getSensorTargets`. For mission-specific entities where that would create noisy duplicate TAK markers, such as a convoy target that should appear only as `Enemy Convoy`, disable sensor contact publishing on that entity:
|
||||||
|
|
||||||
|
```sqf
|
||||||
|
_vehicle setVariable ["armatak_disable_sensor_data", true, true];
|
||||||
|
```
|
||||||
|
|
||||||
## Scripted Mission Functions
|
## Scripted Mission Functions
|
||||||
|
|
||||||
Mission scripts can also publish reports, drawings, routes, UAS CoTs and cleanup messages directly through ARMATAK functions.
|
Mission scripts can also publish reports, drawings, routes, UAS CoTs and cleanup messages directly through ARMATAK functions.
|
||||||
|
|||||||
Reference in New Issue
Block a user