configuring mavproxy for multiple GS
Hi there!
I need to control (i.e. send and receive data) pixhawk from 2 separate ground stations.
I've tried to start script like that:
mavproxy.py --master=/dev/ttyACM0 --out=udp:127.0.0.1:14550
After that i can read mavlink messages from serial device
Read more…