Robot Control¶
Trajectory Tracking¶
Joint Space Control¶
Cartesian Space Control¶
Transform errors to joint space using Jacobian:
\[\tau = J^T F_{task}\]
Force Control¶
Direct Force Control¶
Impedance Control¶
Maintains relationship between force and position:
\[F = M(x_d - x) + B(\dot{x}_d - \dot{x}) + K(x_d - x)\]
Hybrid Position/Force Control¶
Selectively control force in some directions, position in others.
Passivity-Based Control¶
Ensures stable interaction with unknown environments.