bitcraze / crazyflie-lib-python

Python library to communicate with Crazyflie
Other
260 stars 892 forks source link

Added blocking write to trajectory memory #371

Closed krichardsson closed 1 year ago

krichardsson commented 1 year ago

This PR adds a blocking write method to the trajectory memory mapping class. This simplifies scripting and replaces the Uploader class that is used in some examples.