Added initial COT Sensor payloads to support UAV Tools integration for Arma Drones

This commit is contained in:
2026-04-13 08:03:31 -03:00
parent 753dcab26e
commit 0486f2a285
9 changed files with 376 additions and 12 deletions

View File

@@ -32,3 +32,6 @@ if (!isNil "_pre_defined_role") then {
};
_cot = [_drone, _atak_role, _atak_callsign] call armatak_fnc_send_marker_cot;
[_drone] call armatak_fnc_send_uas_video_cot;
[_drone] call armatak_fnc_send_uas_sensor_cot;