02

Reaction Wheel Balancing

Dynamic spacecraft attitude control using angular momentum exchange. Implements closed-loop stabilization with custom control loops and real-time angular momentum management.


Overview

Reaction Wheel Balancing demonstrates closed-loop attitude control of a spacecraft using angular momentum exchange. By spinning reaction wheels at controlled speeds, the system can torque the spacecraft body without expelling propellant — a core technique in modern satellite ADCS.

Control Architecture

The controller operates on a feedback loop:

  1. Sensing — IMU measurements provide angular velocity and attitude quaternion estimates.
  2. Error Computation — The error quaternion between current and desired attitude is extracted.
  3. Control Law — A PD controller generates a desired torque vector to drive the error to zero.
  4. Actuation — Torque commands are distributed across the wheel array using a pseudo-inverse allocation matrix.

Key Concepts