Controls is the implementation, in terms of actuator efforts, of a motion plan

Definition of Plan

A plan is often of 2 forms in trajectory planning

  1. Time-scaled trajectory

Our time parameter $t$ is the timestamp reaching the indicated states

  1. Index-parameterised trajectory

Our index parameter $\tau$ is simply a scalar $\in [0,1]$

Feedback Control

We need feedback or close-loop control as…

<aside> 👉 There are 2 key steps to feedback control

  1. Measure error between reference and current state
  2. Take actions to minimise this error.

</aside>