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

Dronekit-Python : Exception in MAVLink intput loop #961

Open x4702 opened 5 years ago

x4702 commented 5 years ago

The example in README.MD

from dronekit import connect vehicle = connect('127.0.0.1:14550', wait_ready=True) print("Mode: %s" % vehicle.mode.name) on DRONEKIT's official website uses the connection between Raspberry pi 3B and Pixhawk. This problem occurs.

t1 How to solve it?

mohamadsaab commented 4 years ago

hi did you find a solution ? I'm facing the same problem