1. Exercise 2.1.1: Coordinate Frame Orientation Conceptual Check.
A robot is located 3 meters east (\(x\)-axis) and 4 meters north (\(y\)-axis) of the origin, facing directly North (along the positive \(y\)-axis). What is its pose vector \(\mathbf{q} = [x, y, \theta]^T\text{?}\)
-
\((x = 3.0,\ y = 4.0,\ \theta = 0.0 \text{ rad})\)
-
Incorrect. \(\theta = 0.0\) radians points along the positive \(x\)-axis (East).
-
\((x = 3.0,\ y = 4.0,\ \theta = 1.571 \text{ rad})\)
-
Correct! \(\theta = \frac{\pi}{2} \approx 1.571\) rad points directly North along the positive \(y\)-axis.
-
\((x = 4.0,\ y = 3.0,\ \theta = 3.141 \text{ rad})\)
-
Incorrect. The position values \(x\) and \(y\) are swapped.
-
\((x = 3.0,\ y = 4.0,\ \theta = -1.571 \text{ rad})\)
-
Incorrect. \(\theta = -\frac{\pi}{2}\) rad points South along the negative \(y\)-axis.

