DroneKit examples are running properly. The simulation results are printed on the screen but I want to run the examples on GCS. In order to do this, I tried to follow the instructions on this page: http://python.dronekit.io/examples/running_examples.html. However, MavProxy does not return anything when I execute a command.
You are not getting a heartbeat. I suspect the connection didn't really happen and you should probably try a different port or try running mavproxy before you open QGC as it will auto connect to udp 14550.
DroneKit examples are running properly. The simulation results are printed on the screen but I want to run the examples on GCS. In order to do this, I tried to follow the instructions on this page: http://python.dronekit.io/examples/running_examples.html. However, MavProxy does not return anything when I execute a command.