Week 07 · lesson

Roll, Pitch, Yaw, and the Aircraft Body

Before you can explain how an aircraft moves, you need a coordinate frame.

Without one, words like “left,” “forward,” and “rotate” become ambiguous the moment the aircraft changes orientation.

The body frame moves with the aircraft

A body frame is attached to the aircraft. Its axes rotate when the aircraft rotates.

Different software and aerospace conventions may label axis directions differently, so do not memorize an unlabeled diagram and assume every system uses it. For this course, always read the axis labels on the supplied figure or simulator before interpreting a sign.

The three rotational motions are:

  • roll — rotation about the aircraft’s front-to-back axis;
  • pitch — rotation about the side-to-side axis;
  • yaw — rotation about the vertical axis.

Those are rotations, not directions of travel.

A drone can yaw while staying in the same horizontal position. It can move forward without continuously increasing pitch once the control system settles into the required attitude and speed.

Rotation is not translation

This distinction is worth making explicit.

Translation

The aircraft changes position along an axis.

Examples:

  • climbs upward;
  • moves east;
  • slides sideways.

Rotation

The aircraft changes orientation around an axis.

Examples:

  • rolls right;
  • pitches nose-down;
  • yaws clockwise relative to a reference.

A single maneuver can include both.

When a multirotor pitches forward, the thrust vector tilts. Part of the available thrust now points horizontally, which can accelerate the aircraft forward. The pitch rotation changes the direction of the force that later changes position.

Why multirotors rotate

A quadcopter changes attitude by changing the thrust produced by different rotors.

In a simplified model:

  • increasing thrust on one side relative to the other creates a roll moment;
  • increasing rear versus front thrust can create a pitch moment;
  • changing the balance of reaction torques between opposing rotor sets can create yaw.

The exact motor mixing depends on the aircraft layout and rotor directions. The useful mental model is differential thrust creates rotational moments.

The controller does not need a separate “roll motor.” It coordinates several motors to create the net moment it wants.

Worked orientation trace

A simulator starts with the aircraft level and pointing north.

Then it performs this sequence:

  1. yaw 90° to the right;
  2. pitch nose-down 10°;
  3. increase total thrust enough to maintain altitude while tilted.

After step 1, the aircraft body’s forward axis points east.

After step 2, the thrust vector is tilted partly eastward because “forward” in the body frame is now east.

A learner who keeps using the original north-facing frame will describe the horizontal motion incorrectly.

That is why body-frame reasoning matters.

Read an attitude display carefully

A fictional attitude display reports:

roll:  +6°
pitch: -12°
yaw:  140°

Do not immediately translate that into “moving right, forward, southeast.”

The display tells you orientation under its stated sign convention.

To infer motion, you also need information such as:

  • velocity;
  • acceleration;
  • thrust level;
  • wind/disturbance;
  • duration of the attitude;
  • reference frame used for yaw.

Orientation data is not a complete motion state.

Axis confusion creates bad debugging

Suppose telemetry shows a disturbance on the roll channel while the aircraft visually appears to pitch.

Possible explanations include:

  • the observer mislabeled the motion;
  • the sensor or software axes are configured differently than expected;
  • the sensor is mounted with a rotation that has not been represented correctly;
  • the display uses a different coordinate convention;
  • more than one rotational motion is happening at once.

Do not tune the controller until you know the axes mean what you think they mean.

Create an axis card

Use a supplied aircraft diagram and make a one-page reference that includes:

  • the labeled body axes;
  • the roll, pitch, and yaw rotation arrows;
  • one positive/negative convention from the supplied simulator;
  • one motor-thrust pattern that could create each rotation;
  • one sentence warning that translation and rotation are not the same thing.

Then answer this:

If the aircraft yaws 180° but does not translate, what changed in the body frame and what stayed the same in world position?

Misconception: yaw changes where the aircraft is

Yaw changes orientation.

Position may remain unchanged.

That sounds basic, but it becomes important later when mission software uses world-frame waypoints while the aircraft controller operates with body-frame measurements and commands.

The software has to keep those frames straight even when the human explanation does not.

The model to keep

When you describe motion, always name:

  1. which frame you are using;
  2. whether the quantity is position, velocity, force, or rotation;
  3. which axis or rotation is involved.

That vocabulary will make the force analysis in the next lesson much cleaner.