bitcraze / crazyflie-clients-python

Host applications and library for Crazyflie written in Python.
Other
301 stars 468 forks source link

Switch to Qt6 #676

Closed krichardsson closed 1 year ago

krichardsson commented 1 year ago

This PR changes from Qt5 to Qt6.

The Qualisys tab has been removed as there were some dependencies to functionality that is not available in PyQt6. The tab could be replaced by two new tabs: a mocap tab (#674) and a trajectory tab (#675) that are more generic.

When updating the source, remember to run pip install -e . to update dependencies.