Week 03 · lesson

Center of Gravity and Payload Mounting

A payload can be light enough for the aircraft and still be mounted in the wrong place.

The missing idea is center of gravity, usually shortened to CG: the point where the aircraft’s mass can be treated as if it were concentrated for balance calculations.

For a multirotor, the control system can compensate for small CG offsets by commanding some motors to work harder than others. That does not make the offset free. The compensation consumes control authority, changes power demand, and can reduce the margin available when wind, acceleration, or another disturbance arrives.

Think in moments, not just weight

A mass creates more rotational effect when it is farther from the balance point.

The simple relationship is:

moment = force × distance

For classroom work, you can compare payload placements using mass × distance as a proportional model when gravity is the same for every item.

Imagine two identical 0.25 kg payloads:

  • Payload A is 2 cm from the aircraft center.
  • Payload B is 12 cm from the aircraft center.

They have the same mass, but Payload B creates six times the moment about the center because it is six times farther away.

That is why “the drone can lift the weight” is incomplete reasoning.

A balance calculation

Suppose a fictional airframe has these components positioned along a front-back axis. Use the aircraft center as position 0.

ComponentMassPosition
Battery0.40 kg-4 cm
Camera0.20 kg+10 cm
Computer module0.10 kg+2 cm

A simplified CG location can be estimated with a weighted average:

CG = Σ(mass × position) / Σ(mass)

Calculate the numerator:

(0.40 × -4) + (0.20 × 10) + (0.10 × 2)
= -1.6 + 2.0 + 0.2
= +0.6 kg·cm

Total mass:

0.40 + 0.20 + 0.10 = 0.70 kg

Estimated CG:

0.6 / 0.70 ≈ +0.86 cm

The combined mass sits slightly forward of the chosen origin.

That number by itself is not a pass/fail verdict. The aircraft design determines how much offset is acceptable. The calculation tells you what changed, so you know what to compare against the design or manufacturer boundary.

Why the controller notices

In level hover, the total upward thrust has to balance the aircraft’s weight. If the CG is forward, the controller must create a corrective moment to keep the aircraft level.

On a quadcopter, that often means the motor set on one side works harder than the opposite set.

That can show up as:

  • unequal motor command values;
  • reduced hover efficiency;
  • less control margin in one direction;
  • different heating or battery demand across the propulsion system;
  • a tendency to pitch or roll if the control system reaches its limit.

Again: the controller compensating does not prove the mechanical layout is good. It proves the controller is spending effort hiding the imbalance.

Mounting is more than location

A payload mount has to solve several problems at once.

Position

The payload should not create an unnecessary CG offset.

Stiffness

A flexible mount can vibrate, shifting the sensor or camera relative to the frame.

Retention

The payload has to remain attached under expected acceleration and vibration.

Clearance

The mount must not interfere with propellers, landing gear, cooling airflow, antennas, or sensor fields of view.

Inspection

A good mount still lets the team see fasteners, connectors, damage, and alignment points.

Data purpose

The payload has to be positioned so it can actually collect the mission data. A beautifully balanced camera pointed into landing gear is still a bad mission design.

Worked trade study: three camera positions

A team needs a forward-looking camera for a building-inspection simulation. They propose three locations.

OptionBalanceField of viewStructural supportServiceability
A: far forward on long bracketpoorexcellentweak leverageeasy
B: near center, slightly below framegoodgoodstrongmoderate
C: centered on top plateexcellentblocked by frame in desired directionstrongeasy

There is no universal “best” column.

Option B is probably the strongest candidate because it satisfies the mission view while keeping mass closer to the center and avoiding a long flexible lever arm. But the decision should still be checked against clearance, mounting strength, and the actual aircraft limits.

That is engineering: not optimizing one variable while ignoring the others.

Build your payload-placement note

Use a supplied frame diagram with three candidate mounting points.

For each location:

  1. estimate its distance from the aircraft center;
  2. predict how it shifts the CG;
  3. identify one structural effect;
  4. identify one sensor, airflow, or clearance issue;
  5. state what evidence you would want before approving the mount.

Then choose one location and defend it in three or four sentences.

Your defense should include at least one tradeoff. If your answer says the option is perfect, you probably stopped analyzing too early.

Misconception: software will fix the balance

Flight-control software can compensate for modest imbalance. It cannot repeal mechanics.

If the CG shift is large enough, the aircraft may demand excessive thrust from part of the propulsion system or run out of control margin. Even before that point, unnecessary correction costs energy and can make tuning or sensor behavior harder to interpret.

Software control is strongest when the mechanical system gives it a reasonable problem to solve.

The idea that matters

Payload integration changes the aircraft even when the payload does not move.

It changes mass distribution, moments, structural loading, airflow, sensor placement, and sometimes radio geometry. Treat the mounting location as part of the aircraft architecture, not as the last step after “the real engineering” is finished.