I just wanted to report that ROTATION VELOCITY BODY XROTATION VELOCITY BODY Y and ROTATION VELOCITY BODY Z which are basically “rotation rates” are documented as Feet (ft) per second, which does not make any sense.
I am pretty sure this is just a typ and the unit is Radians per second.
For example, I am simulating hover physics (example, the Harrier) and I have to
overwrite these variables when the airspeed is close to 0 kts since otherwise you have no authority:
Currently, these variables are settable according to the SDK, but it didn’t make sense to update them in feet per second. I personally do it in degrees per second and they have effect. But what I want to know is if I’m updating these variables correctly, or if the simulator expects me to update them in feet per second or radians per second.
Some variables according to the SDK are settable, but they require them to be updated in a specific unit.