What a Robot Arm Actually Is
A robot arm is a mechanical linkage — a series of rigid segments connected by joints — designed to position and orient a tool or object in space. The arm is driven by motors at each joint, controlled by a computer, and fitted at its tip with an end effector: the device that actually interacts with the world.
That description covers an enormous range of hardware, from a small desktop arm that can lift a few hundred grams to a multi-ton industrial manipulator that welds car bodies. What they share is the same underlying architecture: links, joints, a kinematic chain, and an end effector. Understanding those components is the foundation for understanding any robot arm.
Links and Joints: The Basic Structure
A robot arm is built from alternating links and joints.
Links are the rigid structural segments — the “bones” of the arm. They transmit force and motion from one joint to the next. Link length is one of the primary factors that determines the arm's reach.
Joints are the connections between links where motion occurs. Each joint adds one or more degrees of freedom to the arm. The type of joint determines what kind of motion is possible at that point in the chain.
Revolute Joints
The most common joint type in robot arms. A revolute joint rotates around a single axis — like a hinge or a human elbow. It adds one rotational degree of freedom. Most robot arms are built almost entirely from revolute joints.
Prismatic Joints
A prismatic joint slides along a single axis — linear extension and retraction rather than rotation. It adds one translational degree of freedom. Prismatic joints appear in some robot arm designs, particularly SCARA robots and Cartesian systems, where linear motion along one or more axes is more useful than rotation.
Spherical Joints
A spherical joint allows rotation around multiple axes simultaneously — like a ball-and-socket joint. True spherical joints are mechanically complex and less common in robot arms, though some wrist designs approximate spherical motion by combining multiple revolute joints in close proximity.
Degrees of Freedom
Degrees of freedom (DOF) is the number of independent ways the arm can move. Each joint contributes one or more degrees of freedom to the total. Understanding DOF is essential for understanding what an arm can and cannot do.
Position vs. Orientation
To place an object at an arbitrary point in three-dimensional space, you need three degrees of freedom — one for each spatial dimension (X, Y, Z). But placing an object at a point is not the same as placing it with a specific orientation. To fully control both the position and the orientation of the end effector, you need six degrees of freedom: three for position and three for orientation (roll, pitch, yaw).
This is why six-axis arms are the standard configuration for general-purpose industrial and development robots. Six DOF gives the arm full control over where the end effector is and how it's oriented — it can reach a given point from almost any direction.
What Fewer Axes Mean in Practice
- 3-axis arms can position the end effector in three-dimensional space but cannot control its orientation. Suitable for simple pick-and-place tasks where the object's orientation doesn't matter.
- 4-axis arms add one rotational degree of freedom at the wrist, allowing the end effector to approach from different angles in one plane. Common in SCARA robots used for assembly and packaging.
- 5-axis arms add another wrist degree of freedom, enabling more flexible orientation. Useful for tasks requiring the end effector to tilt.
- 6-axis arms provide full position and orientation control. The standard for general-purpose manipulation.
- 7-axis arms add a redundant degree of freedom — the arm can reconfigure its posture while keeping the end effector stationary. This allows the arm to avoid obstacles and work in confined spaces in ways a 6-axis arm cannot.
Redundancy
An arm with more degrees of freedom than strictly necessary for a task is called kinematically redundant. A 7-axis arm performing a task that only requires 6 DOF is redundant for that task. Redundancy is useful: it gives the arm flexibility to find alternative postures when the direct path is blocked, and it can improve safety in human-robot collaboration by allowing the arm to move away from a person without interrupting the task.
The Kinematic Chain
The sequence of links and joints from the base to the end effector is called the kinematic chain. Understanding the kinematic chain is the key to understanding how the arm moves.
Forward Kinematics
Forward kinematics answers the question: given the angles of all the joints, where is the end effector? This is mathematically straightforward — you work through the chain from base to tip, applying each joint's transformation in sequence.
Inverse Kinematics
Inverse kinematics answers the reverse question: given a desired position and orientation for the end effector, what joint angles are required to achieve it? This is significantly more complex. For most arm configurations, there are multiple solutions (multiple sets of joint angles that place the end effector at the same point), and for some target positions there may be no solution at all (the point is outside the arm's reach).
Inverse kinematics is what the arm's controller solves in real time as it moves. The quality of the IK solver — how quickly it finds solutions, how smoothly it transitions between them, and how it handles singularities — directly affects the arm's motion quality.
Singularities
A singularity is a configuration where the arm loses one or more degrees of freedom — where two or more joints become aligned in a way that makes certain motions impossible or requires infinite joint velocity to achieve. Singularities are a fundamental property of the kinematic chain, not a defect. Every robot arm has them. Good arm design and good motion planning minimize the likelihood of encountering singularities during normal operation.
Payload
Payload is the maximum weight the arm can handle at its end effector while maintaining its rated performance specifications.
What Payload Includes
Payload is not just the weight of the object being manipulated. It includes everything attached to the end of the arm: the end effector itself (gripper, tool, camera, cables), any sensors mounted at the wrist, and the workpiece. If your gripper weighs 300g and you want to move objects up to 500g, you need an arm rated for at least 800g of payload — with margin.
Payload and Reach Interact
Payload ratings are typically specified at a particular reach distance, often at a favorable (not maximum) extension. At full reach, most arms can handle significantly less than their rated payload, because the extended arm creates greater torque at the base joints. Check whether the manufacturer specifies payload at full reach or at a more favorable position — the difference can be substantial.
Payload and Offset Loading
Payload ratings also assume the load is centered at the wrist flange. An offset load — a long gripper, an asymmetric workpiece — creates additional torque that effectively reduces usable payload. For applications with offset loads, consult the arm's torque specifications, not just the payload figure.
Practical Payload Classes
- Under 500g: Educational and hobby arms. Suitable for demonstrating motion and handling very light objects.
- 500g to 5kg: Maker and development arms. Suitable for pick-and-place, light assembly, camera positioning, and most maker projects.
- 5kg to 20kg: Professional development and light industrial arms. Suitable for more demanding manipulation tasks.
- 20kg and above: Industrial arms. Suitable for production environments, heavy assembly, welding, and material handling.
Reach and Working Envelope
Reach describes how far the arm can extend from its base. The working envelope is the complete three-dimensional volume the end effector can access — a more precise and useful concept than a single reach figure.
Maximum Reach
Maximum reach is the distance from the base to the end effector when the arm is fully extended. An arm with a 600mm maximum reach cannot access a point 700mm away, regardless of its other capabilities.
Minimum Reach and Dead Zones
Most arms have a dead zone close to the base where the geometry prevents the end effector from operating. If your task requires working close to the mounting point, verify the arm can actually reach that position. The working envelope diagram in the arm's documentation shows both the maximum reach and the dead zones.
Working Envelope Shape
The working envelope is not a simple sphere. Its shape depends on the arm's kinematic configuration. A 6-axis arm typically has a roughly toroidal (donut-shaped) working envelope — it can reach most points in a large volume around the base, but not directly above or directly below the base, and not in the dead zone close to the base.
Mounting Orientation Affects the Envelope
Most arms are designed to be mounted upright on a flat surface, but many can also be mounted inverted (hanging from a ceiling), on a wall, or on a rail. The working envelope shifts with the mounting orientation. Verify that your intended mounting configuration is supported and that the envelope covers your task in that configuration.
Repeatability and Accuracy
These two specifications are frequently confused, and the distinction matters significantly for practical applications.
Repeatability
Repeatability is how precisely the arm returns to the same position when commanded to do so repeatedly. A highly repeatable arm will place its end effector within a fraction of a millimeter of the same point every time it executes the same motion.
Most robot arms are specified by repeatability rather than accuracy, because repeatability is what matters for most tasks. If you teach the arm a position and it returns to that position reliably, the task works — regardless of whether that position corresponds exactly to a coordinate in absolute space.
Typical repeatability figures:
- Educational arms: ±0.5mm to ±1mm
- Maker and development arms: ±0.1mm to ±0.5mm
- Industrial arms: ±0.02mm to ±0.1mm
- High-precision industrial arms: ±0.01mm or better
Accuracy
Accuracy is how closely the arm reaches a position specified in absolute coordinates — without being taught that position first. True accuracy requires careful calibration and is harder to achieve than repeatability.
Accuracy matters when you need to program positions offline (without physically teaching them to the arm) or when integrating with external coordinate systems such as machine vision. For most maker and development applications, repeatability is the relevant specification.
End Effectors
The end effector is what the arm actually does work with. It's mounted at the tip of the kinematic chain — at the tool flange — and is the component that interacts directly with the world.
Most arms ship without an end effector, or with a basic gripper that may not suit your application. Choosing the right end effector is as important as choosing the right arm.
Parallel Jaw Grippers
The most common end effector type. Two fingers that open and close along a single axis. Simple, reliable, and suitable for a wide range of objects with parallel or near-parallel gripping surfaces. Available in pneumatic and electric versions; electric grippers are more common in development and maker applications because they don't require a compressed air supply.
Three-Finger Grippers
Three fingers arranged symmetrically provide more stable grasps on cylindrical and irregular objects. More complex and expensive than parallel jaw grippers, but better suited to objects that don't have parallel gripping surfaces.
Vacuum Grippers
Use suction cups to pick up flat or smooth objects. Excellent for boxes, panels, glass, and circuit boards. Ineffective on porous, rough, or highly curved surfaces. Require a vacuum source — either a dedicated pump or a venturi generator driven by compressed air.
Magnetic Grippers
Use permanent magnets or electromagnets to grip ferrous metal parts. Simple and reliable for appropriate materials; useless for non-ferrous materials.
Compliant and Soft Grippers
Grippers made from flexible materials that conform to the shape of the object being grasped. Useful for handling fragile, irregular, or delicate objects that would be damaged by rigid grippers. An active area of robotics research and development.
Custom Tooling
The end effector can be almost anything: a welding torch, a dispensing nozzle, a screwdriver, a camera, a force/torque sensor, a spray nozzle. The tool flange is a standardized mechanical interface — anything that can be mounted to it becomes an end effector.
Tool Flange Standards
Most professional arms use standardized tool flanges defined by ISO 9283. The flange diameter and bolt pattern are specified by the arm's payload class. Standardized flanges allow end effectors from different manufacturers to be used interchangeably.
Many educational and maker arms use proprietary mounting systems that limit your options to the manufacturer's own accessories. This is worth checking before purchase if end effector flexibility matters to you.
Quick-Change Systems
Some applications require switching between multiple end effectors during a task or between tasks. Quick-change systems — mechanical couplers that allow the arm to pick up and release end effectors autonomously — enable this without manual intervention. They add cost and complexity but are essential for flexible automation cells.
Wrist Design
The wrist is the set of joints at the end of the arm, closest to the end effector. Wrist design significantly affects the arm's ability to orient the end effector and its behavior near singularities.
Spherical Wrist
The most common wrist configuration in 6-axis arms. Three revolute joints whose axes intersect at a single point. A spherical wrist decouples the position problem from the orientation problem — the first three joints position the wrist center, and the last three joints orient the end effector. This simplifies inverse kinematics significantly.
Non-Spherical Wrist
Some arm designs use non-spherical wrist configurations for specific performance advantages — better reach in certain configurations, reduced singularity issues, or more compact geometry. Non-spherical wrists complicate the inverse kinematics but can offer practical advantages in specific applications.
Wrist Payload and Torque
The wrist joints carry the full weight of the end effector and workpiece, plus the dynamic forces generated during motion. Wrist torque ratings are separate from the arm's overall payload rating and are worth checking for applications with heavy or offset end effectors.
Actuators and Drive Systems
The type of actuator used at each joint significantly affects the arm's performance, feel, and maintenance requirements.
Servo Motors with Gearboxes
The standard configuration for most robot arms. An electric servo motor drives the joint through a gearbox that increases torque and reduces speed. The quality of the gearbox — particularly its backlash (the small amount of play in the gears) — directly affects repeatability. Harmonic drives and cycloidal gearboxes offer very low backlash and are common in higher-quality arms.
Direct Drive
Some arms eliminate the gearbox and drive the joints directly with high-torque motors. Direct drive eliminates backlash and gearbox friction, enabling very smooth, backdrivable motion. The trade-off is that direct drive motors must be much larger and heavier to produce the required torque, which limits the arm's payload-to-weight ratio.
Series Elastic Actuators
Some development arms incorporate a compliant element (a spring) between the motor and the output. This makes the arm backdrivable and enables force control — the arm can sense and regulate the forces it applies. Series elastic actuators are safer for human interaction and better suited to tasks requiring delicate force control, but they reduce stiffness and positional accuracy compared to rigid gearbox designs.
Summary
A robot arm is defined by its kinematic chain — the sequence of links and joints that determines its reach, its degrees of freedom, and its ability to position and orient the end effector. Payload, reach, repeatability, and end effector compatibility are the practical specifications that determine whether a given arm is suitable for a given task.
Understanding these fundamentals gives you the tools to read any robot arm specification sheet, evaluate whether an arm's capabilities match your requirements, and ask the right questions before committing to a platform. The hardware is only as useful as your understanding of what it can and cannot do.