Add missing set_velocity method stub to pyflix

This commit is contained in:
Oleg Kalachev
2025-07-28 22:06:30 +03:00
parent 32f417efae
commit bb0643e8c6
2 changed files with 4 additions and 0 deletions

View File

@@ -126,6 +126,7 @@ flix.cli('reboot') # reboot the drone
The flight control feature is in development. List of methods intended for automatic flight control:
* `set_position`
* `set_velocity`
* `set_attitude`
* `set_rates`
* `set_motors`