A robot wrist is the compact set of joints near the end of a robotic arm that aims and rotates the tool. In many industrial robots, the wrist has three rotational axes called roll, pitch, and yaw. These axes let a gripper, welder, or cutter approach a part from the correct direction without moving the whole arm.
Understanding the wrist mechanism matters because accuracy, speed, and workspace depend on how these axes are arranged.
A common design is the spherical wrist, where the three wrist axes intersect at one point called the wrist center. This geometry separates position control from orientation control, which makes inverse kinematics much easier to solve. Motors, gears, bearings, and hollow housings transmit torque while keeping the wrist stiff and compact.
One important limitation is gimbal lock, which occurs when two rotation axes align and the wrist loses an independent direction of rotation.
Key Facts
- A three-axis robot wrist usually controls roll, pitch, and yaw to set the end-effector orientation.
- In a spherical wrist, all three wrist axes intersect at one common point called the wrist center.
- Forward orientation can be represented by a rotation matrix: R = Rz(yaw) Ry(pitch) Rx(roll).
- Angular speed for simple orthogonal axes can be described by ω = ωx i + ωy j + ωz k.
- Motor torque must overcome load inertia and acceleration: τ = Iα.
- Gimbal lock occurs when two rotation axes become aligned, reducing the number of independent orientation controls.
Vocabulary
- Robot wrist
- The part of a robot arm near the end-effector that changes the tool orientation using rotational joints.
- Spherical wrist
- A wrist mechanism whose rotational axes intersect at a single point, allowing the tool to rotate as if around a sphere.
- Roll
- Rotation of the tool about its own forward axis, similar to twisting a screwdriver.
- Pitch
- Rotation that tilts the tool up or down about a sideways axis.
- Gimbal lock
- A loss of one independent rotational direction that happens when two rotation axes line up.
Common Mistakes to Avoid
- Treating wrist axes as position axes is wrong because the wrist mainly changes orientation, while earlier arm joints usually set the wrist center position.
- Assuming roll, pitch, and yaw can be applied in any order is wrong because 3D rotations generally do not commute, so changing the order can change the final orientation.
- Ignoring the wrist center is wrong because inverse kinematics for a spherical wrist depends on separating the tool offset from the arm position problem.
- Forgetting gimbal lock near singular poses is wrong because the robot may need very large joint speeds or may lose smooth control of orientation.
Practice Questions
- 1 A wrist joint has a rotational inertia of 0.020 kg m^2 and needs an angular acceleration of 15 rad/s^2. What motor torque is required if friction is ignored?
- 2 A tool is 0.12 m from the wrist center and experiences a force of 80 N perpendicular to the tool offset. What torque does this load create about the wrist center?
- 3 Explain why placing the roll, pitch, and yaw axes through one common wrist center makes inverse kinematics simpler than using three separated rotation axes.