1. The antenna that cannot point everywhere

Arthur C. Clarke’s 2001: A Space Odyssey returns as the recalled work because Discovery’s antenna must stay locked on Earth while the ship maneuvers, points instruments, and manages heat. The desktop has the same geometry problem: several things need to point in different directions, and the platform can only satisfy one primary goal at a time.

This entry wonders about pointing trade-offs and slew scheduling.

2. Competing pointing goals

The desktop’s major pointing goals conflict:

  • Solar arrays want the Sun.
  • High-gain antennas want the ground station or another spacecraft.
  • Thermal radiators want cold space and avoid the Sun and Earth.
  • Earth-facing payloads want nadir.
  • Astronomical payloads want a target outside the Earth-Sun plane.
  • Customer payloads may have arbitrary pointing requirements.

A single rigid body cannot satisfy all of these simultaneously. The platform must choose a primary goal and accept suboptimal performance on the others, or it must use articulating mechanisms such as steerable arrays, gimbaled antennas, and deployed radiators.

3. Slew scheduling

Slew scheduling is the art of moving between attitude goals with minimal cost and risk. Options include:

  • Time-triggered slews: switch modes at predefined orbit events, such as entering sunlight or crossing the equator.
  • Event-triggered slews: switch when a target rises above the horizon or a customer job starts.
  • Optimized slews: compute a trajectory that minimizes time, momentum, or power while avoiding keep-out zones.
  • Coordinated slews: schedule multiple payloads so that each gets its required pointing window.

Slews must respect actuator torque limits, rate limits, and momentum saturation. A fast slew to a target is useless if it leaves the wheels saturated and the platform unable to hold the target.

4. Keep-out zones

Some attitudes are forbidden or expensive:

  • Pointing a star tracker at the Sun can blind or damage it.
  • Pointing a radiator at the Earth reduces heat rejection.
  • Pointing a solar panel away from the Sun during eclipse is irrelevant, but doing so during sunlight costs energy.
  • Pointing a sensitive payload at the Sun or Earth can saturate or damage it.

Autonomous pointing management must know these keep-out zones and plan around them.

5. What limits this

  • The platform’s inertia and actuator capability constrain how fast it can slew.
  • Momentum saturation limits how many large slews can be performed in succession.
  • Customer contracts may guarantee specific pointing windows.
  • Power and thermal budgets may make some attitudes unaffordable for long periods.

6. What this changes

  • Pointing trade-offs and slew scheduling are core to autonomous attitude management.
  • The desktop should define keep-out zones, priority rules, and slew cost models.
  • Articulating mechanisms may be needed if payloads have incompatible pointing requirements.
  • The next entry will ask what autonomous pointing management needs from the desktop architecture.