Relation between lean angle and flight speed

Dear all,

I have a high-powered copter and want to limit the flight speed to a certain value, let’s say e.g. 3 m/s. On my search of finding a solution I came across the ANGLE_MAX parameter which sets an upper limit for the lean angle in any direction and flight mode. (Please correct me if I am wrong at that point.)
Now, my question is what is the relationship between the lean angle and the flight speed?

Any help is appreciated. Thank you in advance.

How much to lean to achieve a certain speed depends on the coefficient of drag of the vehicle.

There is WPNAV_SPEED for missions. I’m not sure if there is a way to limit the horizontal speed of a copter in a non-auto mode.

I would say there is no fixed relation between lean angle and speed.
The lean angle creates a horizontal force/thrust component from the vertical/lift thrust. This horizontal force accelerates the copter until the air resistance and the horizontal force are equal. So you would have to know the drag coefficient of your copter to know which lean angle/horizontal force results in which maximum velocity.
This is all regarding airspeed, not groundspeed. If you limit your copter to 3m/s airspeed and you have 3m/s or more headwind, the copter will go nowhere.

Ha! @TunaLobster was faster!:sweat_smile:

1 Like

Thanks, @TunaLobster and @count74!
My background is not so much in fluid dynamics but the drag coefficient is a good hint.

image

If I take the definition from Wikipedia, it seems that it’s possible to estimate this for a given copter as the area A can be roughly assumed as being the spread of the arms including the rotors. Rho would be the density of air. But what about u and the drag force?

And yes, I’m aware that it’s about airspeed.

Or you could fly in Loiter mode and set these parameters starting with LOITER_SPEED…

1 Like

Thanks, I saw these but my aim is a solution which works globally and regardless of the flight mode.

With Ground speed in any mode?

Of course, this seems to be impossible withpout external position information. I’m good with airspeed for this.