Unit 1Configuration and DOF

Each revolute joint is a circle S1S^1; nn of them form the nn-torus.

Topology, not just dimension, is what distinguishes configuration spaces.

A free body in space has 6 dof: three to translate, three to rotate.

In the plane it drops to 3.

m=6m = 6 for spatial mechanisms, m=3m = 3 for planar ones.

NN counts links including ground, JJ the joints, fif_i the dof of joint ii.

A single holonomic constraint between joints removes one dof.

Seen in Practice exam 3872.

A planar robot reaches a 2-D set of positions, no matter how many joints it has.

Extra joints add redundancy, not workspace dimension.

Seen in Practice exam 3872.

Unit 2Rigid Body Motions

The right-handed cyclic order xyzxx \to y \to z \to x.

Reversing the order flips the sign.

Seen in Practice exam 3872.

Packs rotation and translation into one 4×44\times4 matrix that composes by multiplication.

Not the plain transpose; the translation becomes RTr-R^{T} r.

Turns the exponential coordinates w^θ\hat{w}\theta back into a rotation matrix.

World position = rotate the body-frame position, then shift by the origin rCr_C.

Solve for the body origin with rC=pWRpBr_C = p^{W} - R\, p^{B}.

Seen in Practice exam 3872.

The column pattern repeats for RxR_x and RyR_y on their own axes.

These two conditions define SO(3)SO(3).

Orthonormal columns give R1=RTR^{-1} = R^{T}, so inverting a rotation is free.

The 3×33\times3 matrix [w][w] turns a cross product into a matrix product.

A rotation by angle θ\theta about unit axis ww.

For θ=π\theta = \pi the scalar part vanishes and Q=[0, wT]TQ = [0, \ w^{T}]^{T}.

Seen in Practice exam 3872.

Unit 3Forward Kinematics

Four parameters per joint: twist α\alpha, length aa, offset dd, angle θ\theta.

With α=0\alpha = 0, a pure θ\theta rotation sits in the top-left RzR_z block and dd shifts along zz.

Seen in Practice exam 3872.

Maps joint coordinates qq to the end-effector pose xx.

Always single-valued: one configuration gives one pose.

Seen in Practice exam 3872.

One screw axis Si\mathcal{S}_i per joint, no chain of link frames needed.

MM is the home configuration of the end-effector, at θ=0\theta = 0.

Seen in Practice exam 3872.

Angular part ω\omega on top, linear part vv below.

For a pure rotation about an axis through point qq, v=ω×qv = -\omega \times q.

Unit 4Inverse Kinematics

Turns a desired end-effector pose into joint coordinates.

For an nn-joint arm the solution lives in Rn\mathbb{R}^{n}; it may have many or no solutions.

Seen in Practice exam 3872.

Iterate the Jacobian until the pose error shrinks below tolerance.

Uses the pseudo-inverse when JJ is not square.

Unit 5Differential Kinematics and Statics

Joint velocities needed to deliver a wanted end-effector velocity.

Blows up near singularities, where J1J^{-1} does not exist.

Seen in Practice exam 3872.

A square Jacobian loses rank; the arm cannot move in some direction.

Rows or columns become linearly dependent (e.g. one is a multiple of another).

Seen in Practice exam 3872.

How far the configuration is from a singularity; zero at one.

It is the volume of the manipulability ellipsoid.

Forward differential kinematics: joint velocities map to end-effector velocity.

Each column is the partial derivative of the pose with respect to one joint.

Seen in Practice exam 3872.

The transposed Jacobian maps an end-effector force to joint torques at rest.

It is the duality partner of X˙=Jq˙\dot{X} = J\dot{q}.

Seen in Practice exam 3872.

Unit 6Trajectory Planning

Four coefficients match position and velocity at both ends.

Smooth velocity, but the acceleration jumps at the endpoints.

The rate of change of acceleration; high jerk stresses actuators and wastes energy.

It affects smoothness, not the maximum velocity.

Seen in Practice exam 3872.

Two position boundary conditions need a degree-one polynomial, so two coefficients.

Plug in q(0)q(0) and q(T)q(T) to solve for a0a_0 and a1a_1.

Seen in Practice exam 3872.

The linear part of the screw for a body rotating about an axis through rCr_C.

It is the velocity of the body point momentarily at the world origin.

Seen in Practice exam 3872.

Tap a card to unfold the notes.