amymcgovern / pyparrot

Python interface for Parrot Drones
MIT License
274 stars 128 forks source link

Units of fly_direct(roll, pitch, yaw, vertical_movement, duration) #224

Open jdanielhoyos opened 11 months ago

jdanielhoyos commented 11 months ago

Hello everyone, I just was wondering, the inputs for fly_direct(roll, pitch, yaw, vertical_movement, duration) are between -100 and 100, but what this means in units? are these cm/s, degrees/s in yaw? And how this numbers are related to set_max_tilt(degrees). Thanks!