Increse Anafi Yaw speed

Hi,

I’m using the PCMD function to control an Anafi drone.
I achieved to have the same control behavior that the app but with a random Logitech controller but I was wondering is there is a way to increase the yaw speed of the drone.
I fact the yaw speed is very slow and might be too slow for my project (even if the PCMD component for yaw is at 100/100)

Is it possible or am I limited but the mechanical properties of the drone ?

Thanking you in advance.

Hi,

You can use MaxRotationSpeed ARSDK command to increase yaw speed:

https://developer.parrot.com/docs/olympe/arsdkng_ardrone3_piloting.html?highlight=speed#olympe.messages.ardrone3.SpeedSettings.MaxRotationSpeed

Best regards

1 Like

Hi,

That’s very nice !
Thanks you !
What is the default value for the max rotation speed ?

Best regards

Default value is 70deg/s. MaxRotationSpeed can be set between 3 and 200 deg/s. You can check MaxRotationSpeedChanged event message:

2022-02-20 16:09:24,850 [INFO] 	olympe.anafi-pc.drone - _recv_cmd_cb - ardrone3.SpeedSettingsState.MaxRotationSpeedChanged(current=70.0, min=3.0, max=200.0)

Best regards

1 Like

Thanks you a lot !

Have a good day.

Best regards.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.