Hello,
How I can set the ground speed for the drone using python ?
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
I found it
maximum_speed = 10
await drone.action.set_maximum_speed(maximum_speed)
Hello,
How I can set the ground speed for the drone using python ?
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
I found it
maximum_speed = 10
await drone.action.set_maximum_speed(maximum_speed)