dronekit / dronekit-python

DroneKit-Python library for communicating with Drones via MAVLink.
https://readthedocs.org/projects/dronekit-python/
Apache License 2.0
1.59k stars 1.44k forks source link

Running DroneKit examples with simulator and GCS #839

Open alcxonline opened 6 years ago

alcxonline commented 6 years ago

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. issue

M0unir commented 6 years ago

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.