Connecting UgCS to ArduPilot with UDP and MAVProxy
Hi,
Is it possible to connect UgCS to ArduPilot using UDP and MAVProxy?
MAVProxy can enable connection to multiple ground stations using the --out parameter:
MAVProxy --master=tcp:127.0.0.1:5760 --out=udp:127.0.0.1:14550 --out=udp:127.0.0.1:14551
With th
Read more…