dronekit / dronekit-python

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

dronekit opinionated about pymavlink version #721

Open fnoop opened 7 years ago

fnoop commented 7 years ago

Does dronekit have to lock the version of pymavlink? As of dronekit 2.9.1 it's pinned to pymavlink 2.0.6, which prevents us from updating pymavlink to a more recent version for other uses.

peterbarker commented 7 years ago

On Wed, 7 Jun 2017, Fnoop wrote:

Does dronekit have to lock the version of pymavlink? As of dronekit 2.9.1 it's pinned to pymavlink 2.0.6, which prevents us from updating pymavlink to a more recent version for other uses.

The dep has been changed, but no release has been done.

I tend to run dronekit-python from a checkout using PYTHONPATH=~/rc/dronekit-python