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 (ttyACM0) and from udp datagram. Also i can send messages to serial port and vehicle accept it. But when i send commands using datagram they hasn't any effect. Seems vehicle doesn't receive it or receive and reject.
So, how should i start the script for both sending and reading was possible from both of my GS?
Replies