The Spinner: The Revolute Joint
Picture a door hinge. The door swings open and shut, but the hinge itself never moves off the wall—it only lets the door pivot around a single fixed line. That line is an axis, and a revolute joint is exactly this: a connection between two parts that lets one rotate about a fixed axis relative to the other. Your elbow, your knee, and the lid of a laptop are all revolute joints in disguise.
The revolute joint is the workhorse of robotics. Nearly every jointed robot arm you have seen—the orange ones welding cars, the white ones in surgical suites—is a stack of revolute joints, one after another. We call any connection between two rigid parts a kinematic joint, and the revolute kind is by far the most common, because a spinning motor maps onto rotation so naturally.
The Slider: The Prismatic Joint
Now picture a desk drawer. It glides straight out and slides straight back—no spinning, no arc, just clean back-and-forth travel along a single line. That is a prismatic joint: a connection that lets one part translate (slide) in a straight line relative to another, instead of rotating. A drawer slide, a sliding patio door, and the blade pulled from a tape measure are everyday prismatic joints.
Prismatic joints are the backbone of machines that need to cover a rectangular area cleanly. A gantry robot—the kind that rides on overhead rails above a workbench—is often three prismatic joints arranged at right angles, sliding along X, Y, and Z. A SCARA robot (common in fast pick-and-place assembly) mixes the two families: two revolute joints sweep the arm over a plane, and one prismatic joint plunges the tool straight down to place a part.
Each Adds Exactly One Freedom
Here is the elegant part: a single revolute joint and a single prismatic joint each contribute exactly one degree of freedom—one independent number you can dial to set the joint's state. For a revolute joint that number is an angle (how far it has rotated); for a prismatic joint it is a length (how far it has slid). Both are also called lower pairs, because the two parts touch over a surface rather than at a point or line, which makes them stiff and easy to seal against dust.
Because each joint adds one freedom, you can count the freedoms of a simple open arm just by counting its joints. Want a tool that can reach any position and any end-effector orientation in 3D space? You need six independent freedoms, so a classic industrial arm chains six revolute joints—one per freedom. Stringing parts and joints together in a line this way forms a kinematic chain, and an arm built as one open line is a serial manipulator.
The two joints differ in their trade-offs. Revolute joints are compact and can spin continuously (or nearly so), but a long arm swung from a single pivot can flex and sag at the far end, hurting precision. Prismatic joints, riding on rigid rails, tend to be very stiff and accurate along their travel—great when you need to push hard or place parts exactly—but they are bulky, and their reach is capped by the rail length. Designers also tune how springy a joint is on purpose; that built-in give is called mechanical compliance, and it helps a robot absorb bumps instead of fighting them.
Reading a Robot's Name as a Recipe
Once you know the two letters, you can read a robot's structure straight off its shorthand name. Engineers label revolute joints R and prismatic joints P, then list them in order from the base outward. So an "RRR" robot is three revolute joints in a row—an all-rotary arm. An "RP" arm is a revolute joint at the base carrying a prismatic slider. A "PPP" machine—three sliders at right angles—is a Cartesian gantry. The string is a recipe: joint by joint, it tells you how the robot moves.
RRR -> three revolute joints (articulated arm; reaches around obstacles) RP -> revolute + prismatic (swing to aim, then slide to extend) PPP -> three prismatic joints (Cartesian gantry; clean X-Y-Z box) RRP -> SCARA-style (two swings over a plane, one plunge down)
These two joints are not the whole alphabet—there are cylindrical, spherical, and helical joints too—but revolute and prismatic are the atoms. Almost every other joint can be understood as a combination of these two basic motions, which is why mastering the spinner and the slider gives you a reading key for nearly any mechanism you will meet.