Robot Industry Glossary


Robotics Industry Glossary

All | # A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
R

Raas (Robotics-As-A-Service)
A business model where robots are provided via subscription rather than outright purchase.

Radar (Radio Detection and Ranging)
A sensing technology using radio waves to detect objects, measure distances, and estimate velocities, used in autonomous vehicles and outdoor robots.

Radius of Operation
The maximum horizontal distance a robot arm can reach from its base, a key specification for workspace design.

Raspberry Pi
A low-cost single-board computer widely used in educational and hobbyist robotics for running control software and interfacing sensors.

Reach
The maximum horizontal distance from the center of the robot base to the end of its end-effector.

Reactive Architecture
A robot control architecture that directly maps sensor inputs to motor outputs using simple behavioral rules, enabling fast responses.

Real-Time Operating System (RTOS)
An operating system that guarantees deterministic response times, essential for safety-critical robot control.

Reconfigurable Robot
A modular robot that can change its physical structure by adding, removing, or rearranging modules to adapt to different tasks.

Redundancy
Having more degrees of freedom than required for a primary task, allowing a robot to optimize secondary objectives like obstacle avoidance.

Reinforcement Learning (RL)
A machine learning paradigm where a robot learns optimal behavior through trial and error, receiving rewards or penalties for its actions.

Repeatability
How precisely a robot can return to a previously taught position (more critical than absolute accuracy for many applications).

Resolution
The smallest increment of motion or measurement a robot can detect or produce, determined by encoder, sensor, and actuator specifications.

Retrofitting
The process of upgrading an existing robot or machine with new sensors, controllers, or capabilities without full replacement.

Revolute Joint
A joint providing rotational motion about a single axis, the most common joint type in articulated industrial robots.

RGB-D Camera
A camera providing both color (RGB) and depth (D) images per pixel, widely used in robot perception.

Rigid Body
An idealized solid object that does not deform under load; the assumption underlying most robot kinematic and dynamic models.

RISC (Reduced Instruction Set Computer)
A processor architecture used in embedded robot systems for efficient computation with low power consumption.

Risk Assessment
The systematic process of identifying hazards, estimating risk, and evaluating risk reduction measures.

RoboCup
An international robotics competition promoting research in AI and robotics through soccer, rescue, and household robot challenges.

Robot
A programmable machine capable of carrying out tasks autonomously or semi-autonomously, interacting with the physical world through sensors and actuators.

Robot Ethics
The study of ethical implications and guidelines for robot design, deployment, and interaction with humans.

Robot Operating System (ROS)
An open-source meta-operating system providing a flexible framework for robot software development, including communication, tools, and libraries.

Robotics
The interdisciplinary field encompassing the design, construction, operation, and application of robots, combining mechanical engineering, electrical engineering, computer science, and AI.

Roll
Rotation of a robot or end-effector about the longitudinal (X) axis, one of three Euler angle components.

Rolling Contact
Contact between a robot’s wheel or gripper and a surface involving rolling motion without slipping.

ROS (Robot Operating System)
A flexible, open-source middleware framework providing hardware abstraction, device drivers, visualization tools, and inter-process communication.

ROS 2
The second generation of ROS, offering improved real-time performance, security, multi-robot support, and embedded system compatibility.

Rough Terrain
Uneven, unpredictable ground surfaces that challenge robot locomotion, requiring adaptive control and specialized mobility systems.

RPC (Remote Procedure Call)
A communication protocol allowing one robot software module to execute functions in another module, possibly on a different machine.

RRT (Rapidly-exploring Random Tree)
A sampling-based path planning algorithm efficiently exploring high-dimensional configuration spaces for collision-free robot motion.

RTK (Real-Time Kinematic)
A GNSS correction technique providing centimeter-level positioning accuracy for outdoor robots and autonomous vehicles.

RTOS (Real-Time Operating System)
An OS designed to process data and events with strict timing constraints.

Runaway
An uncontrolled motion of a robot joint or axis, potentially caused by sensor failure, software error, or drive malfunction; a safety hazard.