@MasterMind_DEVELOPER wrote:
I want to monitor multiple UAVs on QGroundControl. I am using dronekit-sitl and its python api.
Using dronekit-sit two copter were simulated at port 5760 and 5780.
Using MavProxy I connected to both the copter and forwarded output on two ports
1.mavproxy.py --master tcp:127.0.0.1:5760 --out udp:127.0.0.1:14555 --out udp:127.0.0.1:14550
2.mavproxy.py --master tcp:127.0.0.1:5780 --out udp:127.0.0.1:14551 --out udp:127.0.0.1:14550On QGroundControl I am not ablesee both copters. SOmeone please help me
Posts: 1
Participants: 1