Skip to main content

Terminology and Standards

The following terms, symbols, and decorators are used in text and diagrams throughout this guide.


Notation

  • Bold face variables indicate vectors or matrices and non-bold face variables represent scalars.
  • The default frame for each variable is the local frame: Right superscripts represent the coordinate frame. If no right superscript is present, then the default frame is assumed. An exception is given by Rotation Matrices, where the lower right subscripts indicates the current frame and the right superscripts the target frame.
  • Variables and subscripts can share the same letter, but they always have different meaning.

Acronyms

AcronymExpansion
AOAAngle Of Attack. Also named alpha.
AOSAngle Of Sideslip. Also named beta.
FRDCoordinate system where the X-axis is pointing towards the Front of the vehicle, the Y-axis is pointing Right and the Z-axis is pointing Down, completing the right-hand rule.
FWFixed-wing (planes).
MCMultiCopter.
MPCMultiCopter Position Controller or Model Predictive Control
NEDCoordinate system where the X-axis is pointing towards the true North, the Y-axis is pointing East and the Z-axis is pointing Down, completing the right-hand rule.
PIDController with Proportional, Integral and Derivative actions

Symbols

VariableDescription
x, y, zTranslation along coordinate axis x, y, and z, respectively.
rPosition vector: r = [x y z]^T
vVelocity vector: v = r
aAcceleration vector: a = v = r
αAngle of attack (AOA).
bWing span (from tip to tip).
SWing area.
ARAspect ratio: AR = b^2 / S
βAngle of sideslip (AOS).
cWing chord length.
δAerodynamic control surface angular deflection. A positive deflection generates a negative moment.
φ, θ, ψEuler angles: roll (=Bank), pitch, and yaw (=Heading).
ΨAttitude vector: Ψ = [φ θ ψ]^T
X, Y, ZForces along coordinate axis x, y, and z.

Subscripts / Indices

Subscripts / IndicesDescription
aAileron.
eElevator.
rRudder.
AeroAerodynamic.
TThrust force.
wRelative airspeed.
x, y, zComponent of vector along coordinate axis x, y and z.
N, E, DComponent of vector along global north, east and down direction.
lLocal-frame. Default for PX4 related variables.
bBody-frame.
wWind-frame.

Decorators

DecoratorDescription
()*Complex conjugate.
˙()Time derivative.
^()Estimate.
¯()Mean.
()⁻¹Matrix inverse.
()ᵀMatrix transpose.
˜()Quaternion.