-
Notifications
You must be signed in to change notification settings - Fork 3
Drone configuration
ErnGusMik edited this page Apr 13, 2023
·
1 revision
tello.set_speed(x)Possible responses: ok / error
Parameters:
- x: integer. Speed in cm/s -- from
10to100.
tello.rc(roll, pitch, throttle, yaw)Possible responses: ok / error
- Possible use: make an interface so the user can control the drone in real-time. (call this function every time a change occurs)
Parameters:
- roll: integer. Left/right velocity --
-100to100 - pitch: integer. Forwards/backwards velocity --
-100to100 - throttle: integer. Up/down velocity --
-100to100 - yaw: integer. Rotation value --
-100to100
Install on pip: pip install tello-sdk
Go home
Created by ErnGusMik in 2022. Licensed under the MIT license.