You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently controlling the quadrotor using moveByAngleRatesThrottleAsync function, but the throttle is required to be in between 0.0 and 1.0. Is it possible to increase the upper bound to make the drone move even faster?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I asked this question a while ago #13 . The maximum thrust to weight is ~1.7g and corresponds to a throttle value of 1.0. This cannot be changed since you only get the binaries and the API does not interface with this parameter.
Cheers.
Hello!
I'm currently controlling the quadrotor using moveByAngleRatesThrottleAsync function, but the throttle is required to be in between 0.0 and 1.0. Is it possible to increase the upper bound to make the drone move even faster?
Thanks!
The text was updated successfully, but these errors were encountered: