layout: post title: "Robotics Notes 2" date: 2022-8-1 23:14:00 +0800
Pose: body-fixed frame, spatial variable, position (x, y) and orientation (ex, ey) (for 2D)
Pose of a robot: origin of BFF, orientation of BFF, w.r.t. reference frame {A}
Pose in 2D: $\begin{bmatrix} x \ y \ \theta \end{bmatrix}$, (x, y) is the location of robot centre, $\theta$ is the relative orientation of the robot.
Velocity in 2D:
Angles of rotation of the wheels are configuration varibles or states.
Distinction between configuration state (internal) and pose state (external)
Configuration: (q1, q2, q3,..., qn)
Pose: (PE, RE)
Pose = $f$(Configuration)
Configuration = $f^{-1}$(Pose)
f is not one-to-one.
Wheel angles are not related algebraically to the position.