Robotics Architecture Terminology and Glossary

Robotics architecture terminology spans a dense technical vocabulary that governs how engineers, system integrators, and procurement teams describe, specify, and evaluate robotic systems. This page defines and contextualizes the core terms used across robotics architecture frameworks, from low-level embedded control to cloud-scale fleet coordination. Precise terminology matters because misaligned definitions between hardware vendors, software developers, and safety certifiers introduce integration failures, compliance gaps, and project delays. The vocabulary covered here is grounded in standards from the International Organization for Standardization (ISO), the IEEE, and the National Institute of Standards and Technology (NIST).


Definition and scope

Robotics architecture terminology refers to the formalized vocabulary used to describe the structural organization of robotic systems — encompassing hardware layers, software stacks, communication protocols, control loops, and safety frameworks. The scope extends across stationary industrial manipulators, autonomous mobile robots (AMRs), collaborative robots (cobots), and multi-robot fleets.

The International Organization for Standardization anchors much of this vocabulary through ISO 8373:2021, which defines foundational terms including robot, manipulator, workspace, degrees of freedom, and reprogrammability. ISO 8373 distinguishes industrial robots from service robots by their deployment context and control architecture — not merely by form factor. NIST's Robotics Systems Group maintains parallel vocabulary through its Engineering Laboratory programs, particularly for measurement science and performance testing terminology.

Key classification boundaries within the terminology:


How it works

Robotics architecture vocabulary is organized into layers that correspond to the functional decomposition of a robotic system. The hardware abstraction layer in robotics sits at the base, translating raw hardware signals into standardized software interfaces. Above it, middleware vocabularies — particularly within the Robot Operating System (ROS) ecosystem — define terms like node, topic, service, action, and parameter server with precise technical meaning.

The layered vocabulary structure follows this progression:

  1. Physical layer terms: Actuator, encoder, end-effector, joint, link, payload, repeatability, workspace envelope.
  2. Control layer terms: Control loop, PID controller, trajectory, setpoint, feedback, feedforward, latency, jitter — central to real-time control systems.
  3. Perception layer terms: Point cloud, odometry, pose estimation, localization, map, landmark — foundational to sensor fusion architecture and SLAM architecture.
  4. Planning layer terms: Configuration space (C-space), path, trajectory, cost function, heuristic, global planner, local planner — defined within motion planning architecture.
  5. Communication layer terms: Topic, message type, publish-subscribe, request-response, latency, throughput, QoS (Quality of Service) — described under robot communication protocols.
  6. System layer terms: Middleware, software stack, orchestration, containerization, deployment manifest — covered in robotic software stack components.

A critical distinction in architecture vocabulary is deterministic vs. non-deterministic execution. Deterministic systems guarantee response within a bounded time window — essential for safety-critical actuation. Non-deterministic systems, common in cloud-connected perception pipelines, tolerate variable latency. This boundary governs middleware selection and directly affects safety certification pathways under IEC 62061 and ISO 13849.

The robotic perception pipeline introduces additional specialized vocabulary: sensor modality (LiDAR, RGB-D, IMU, ultrasonic), fusion strategy (early fusion, late fusion, deep fusion), inference latency, and occupancy grid — terms that differ meaningfully from general computer vision terminology.


Common scenarios

Robotics architecture terminology is applied across distinct deployment scenarios, each with its own dominant vocabulary subset.

Industrial arm integration: Engineers specify degrees of freedom (DoF), repeatability (typically ±0.02 mm to ±0.1 mm for industrial arms), payload capacity, and reach envelope. Safety vocabulary from ISO 10218-1:2011 governs terms like safeguarding device, enabling device, and protective stop. The robotic arm architecture domain draws heavily on these standards.

Mobile robot fleet deployment: AMR and AGV deployments rely on vocabulary from VDA 5050, the German Automotive Association's interface standard for AGV/AMR fleet communication — terms including order, node, edge, instantActions, and factsheet carry precise protocol-level meaning. Multi-robot system architecture extends this into fleet coordination vocabulary.

Edge and cloud architecture: The distinction between edge inference, cloud inference, fog computing, and onboard processing defines latency and bandwidth tradeoffs in edge computing for robotics and cloud robotics architecture. Vocabulary here overlaps with telecommunications standards from the IEEE and ETSI.

Safety-rated systems: Robot safety architecture terminology derives from functional safety standards. Safety Integrity Level (SIL), Performance Level (PL), safe torque off (STO), and safety-rated monitored stop (SRMS) are defined in IEC 62061 and ISO 13849 respectively — and misapplication of these terms in procurement documents creates liability exposure.

The human-robot interaction architecture domain introduces a further vocabulary layer: shared workspace, speed and separation monitoring, power and force limiting, and hand-guiding — all defined in ISO/TS 15066:2016 with quantitative force thresholds (e.g., maximum quasi-static contact force of 65 N for the chest/back region).


Decision boundaries

Selecting and applying robotics architecture terminology requires precision at three decision boundaries: standards jurisdiction, system classification, and layer assignment.

Standards jurisdiction determines which vocabulary set governs a given system. An industrial manipulator operating in a manufacturing cell falls under ISO 10218-1 (robot design) and ISO 10218-2 (integration), not ISO 13482 (service robots for personal care). Misclassifying a cobot as a service robot shifts the applicable safety vocabulary and changes which performance metrics must be documented. The robotics architecture certifications landscape reflects these jurisdiction lines.

System classification vocabulary distinctions that carry engineering consequence include:

Term Pair Distinguishing Criterion
AMR vs. AGV Onboard dynamic mapping vs. fixed infrastructure dependency
Cobot vs. industrial robot Contact-rated safety architecture vs. hard guarding requirement
Embedded vs. edge system Processing collocated with sensors vs. proximate gateway node
Middleware vs. operating system Message-passing abstraction vs. hardware resource management

Layer assignment errors — applying a planning-layer term to a control-layer problem, or confusing odometry (dead reckoning) with localization (map-referenced pose) — produce specification documents that fail during system integration. The digital twin robotics architecture domain is particularly prone to vocabulary drift, where simulation terms (fidelity, latency compensation, state synchronization) migrate into physical deployment documents without the corresponding operational constraints.

AI integration in robotics architecture introduces vocabulary from machine learning (inference, training, model, confidence score) that must be carefully scoped when appearing in safety-critical contexts. A confidence score in a perception model is not equivalent to a probability of failure on demand (PFD) in a SIL-rated safety function — and conflating the two violates IEC 62061 §6.2 requirements.

For professionals navigating vendor selection, the robotics technology services vendors and robotics architecture tools and platforms references provide landscape context organized around these same vocabulary boundaries. The broader scope of this domain — including how terminology maps to procurement and qualification processes — is indexed at the Robotics Architecture Authority.


References

Explore This Site