0.1.17
What's Changed
- Crazyflie: Wait for parameters to update by @jonasdn in #248
- Revert "Crazyflie: Wait for parameters to update" by @jonasdn in #252
- Update init.py by @chengliu-LR in #253
- Reorganize examples folder by @jonasdn in #255
- Add additional decription for package by @jonasdn in #254
- Make USB permission easier to add on Linux by @ataffanel in #256
- param: Add
set_value_raw()
by @jonasdn in #262 - param: Add _initialized semaphore by @jonasdn in #266
- swarm: Add estimation helpers by @jonasdn in #265
- Generate python documentation using pdoc3 by @jonasdn in #269
- Improve documentation by @jonasdn in #271
- Add support for compressed trajectories by @krichardsson in #268
- Relax opencv dependency version, fixes py3.10 test by @ataffanel in #274
- Use include functionality for generated docs by @krichardsson in #276
- console: Add better documentation of API by @jonasdn in #281
- Add support to better handle download of parameter values during connection by @krichardsson in #283
- Add initial persistent parameter API by @jonasdn in #280
- param: Change order of "all updated" check by @jonasdn in #285
- toc: Fix TocFetcher requesting ToC entries when none are available by @WowSuchName in #273
- Add progress for deck flashing by @jonasdn in #289
- param: Add get_default_value method by @jonasdn in #292
- Add rate limiter to Radio link by @ataffanel in #259
- Examples: Add console.py by @jonasdn in #296
- Update GNU copying permission statement by @jonasdn in #298
- Add possibility of using Wireshark in CRTP debugging by @jonasdn in #282
- Use Pypi-packaged libusb library instead of the OS installed one by @ataffanel in #299
- Fix Windows USB regression introduced in #299 by @ataffanel in #300
- Full lighthouse base station geometry estimation by @krichardsson in #297
- crazyradio: Re-add reset on Linux by @jonasdn in #303
- Bump minimum Python version to 3.7 by @ataffanel in #302
New Contributors
- @chengliu-LR made their first contribution in #253
- @WowSuchName made their first contribution in #273
Full Changelog: 0.1.16...0.1.17