Unit 02 · lesson

Motion Starts with Constraints

Robots move because parts are allowed to move in some directions and prevented from moving in others.

That sentence is more useful than memorizing a list of mechanisms.

A wheel rotates around an axle because the bearing constrains the axle while allowing rotation. A drawer slide allows translation along one axis and blocks most other motion. A robot arm joint permits rotation between two links. A rigid frame tries to prevent relative motion between the parts attached to it.

A simple mechanical model uses two ideas:

  • link: a body treated as rigid for the problem;
  • joint: the connection that allows a specific relative motion.

A one-joint robot arm can be reduced to:

fixed base ──[rotary joint]──── arm link

A linear elevator becomes:

frame ║
      ║ [carriage]
      ║    ↑
      ║    ↓

The drawings are crude. The constraints are the important part.

Degrees of freedom

A degree of freedom is an independent way a system can move.

A free object in three-dimensional space has six common degrees of freedom: translation along x, y, and z, plus rotation about those axes. A mechanism removes most of them on purpose.

For a robot designer, every unwanted degree of freedom becomes a problem:

  • a wheel axle that can shift sideways changes alignment;
  • an arm joint that twists as well as rotates becomes inconsistent;
  • a sensor mount that vibrates changes the measurement;
  • a sliding carriage that can rack sideways can bind.

Good mechanisms do not merely create desired motion. They constrain undesired motion.

Read a mechanism before naming it

Look at a mechanism and ask:

  1. Which parts should move?
  2. Relative to what?
  3. In which direction?
  4. What prevents the other directions?
  5. Where does force enter?
  6. Where does the load react?

This is more reliable than guessing from appearance.

Small investigation

Sketch three everyday mechanisms: a door hinge, a drawer slide, and bicycle steering.

For each, mark:

  • the moving link;
  • the fixed reference;
  • the allowed motion;
  • one constrained motion;
  • the load path.

Then choose one robot mechanism you have seen and do the same analysis.

You are not drawing art. You are reducing a physical object into a model that lets you reason about it.

system flow

Safe Engineering Habits: Safe Engineering Flow

  1. Plan

    Name the task, system boundary, and safety condition.

  2. Model

    Trace energy, information, and motion through the system.

  3. Test

    Use an approved simulation or supervised setup to gather evidence.

  4. Decide

    Document a correction, limitation, and next safe step.

Read this concept flow as plain text
  1. Plan. Name the task, system boundary, and safety condition.
  2. Model. Trace energy, information, and motion through the system.
  3. Test. Use an approved simulation or supervised setup to gather evidence.
  4. Decide. Document a correction, limitation, and next safe step.