I would like to be able to send MAVLINK commands to an aircraft programmatically via a PC. I have been looking at MAVLINK Proxy as an example. However, what I would really like to be able to do is run this in tandem with Mission Planner so that I can visualise the waypoint setting and progress in Mission Planner. Is this possible somehow please? I know MAVLINK Proxy has a UI but for a few reasons we want to run Mission Planner too.
hi there!
can you please mention the command that you used to set the connection between the mission planner and the ground station .
i used mavproxy.py --master=/dev/ttyAMA0 --baudrate 57600 --out 192.168.137.1:14550 --aircraft MyCopter
here instead of 192.168…i used my public ip address .
thanks.