Robotics Industry Glossary
P
Palletizing
The robotic stacking of products or containers onto pallets in a prescribed pattern, a major industrial automation application.
Parallel Robot
A robot with multiple kinematic chains connecting the base to the end-effector, offering high stiffness, speed, and accuracy, such as Delta and Stewart-Gough platforms.
Path
A geometric curve describing the spatial trajectory of a robot’s end-effector or base, without time information.
Path Planning
Finding a collision-free geometric route from start to goal, such as A*, RRT, PRM, Dijkstra.
Payload
The maximum mass a robot can carry at its end-effector while maintaining specified performance, a key industrial robot specification.
Perception
The robot’s ability to sense and interpret its environment using cameras, LiDAR, tactile sensors, and other modalities.
Performance Level (Pl)
A classification of the reliability of safety-related parts of a control system (ISO 13849).
Pick and Place
A fundamental robotic operation involving grasping an object from one location and placing it at another.
PID Control (Proportional-Integral-Derivative)
The most widely used feedback control algorithm, calculating a control signal based on the error, its integral, and its rate of change: u=Kp?e+Ki??edt+Kd?dtde?.
Pinch Grasp
A precision grasp using fingertips to hold small objects with fine control, as opposed to a power grasp.
Pitch
Rotation of a robot or end-effector about the lateral (Y) axis, one of three Euler angle components.
Pixel
The smallest unit of a digital image, representing color or intensity at a specific location; fundamental in robot vision processing.
Plc (Programmable Logic Controller)
An industrial digital computer used for automation of electromechanical processes.
Pneumatic Actuator
An actuator powered by compressed air, offering fast, lightweight motion for pick-and-place and simple assembly robots.
Point Cloud
A set of data points in 3D space representing the external surfaces of objects, generated by LiDAR, depth cameras, or stereo vision.
Pose
The combination of a robot’s position (X, Y, Z) and orientation (roll, pitch, yaw) in space, fully describing its location.
Position Control
A control mode where the robot’s controller drives each joint to a specified position, the most common control mode in industrial robots.
Power & Force Limiting
Cobots restrict output to safe thresholds (typically <150 N continuous contact force per ISO/TS 15066) to prevent injury during collisions.
Power And Force Limiting (Pfl)
A safety principle where the robot is designed to limit kinetic energy and contact forces.
Power Grasp
A grasp using full hand contact for maximum grip strength, suitable for heavy or large objects.
Powertrain
The system of components (motors, gears, drives) that delivers power to the robot’s joints or wheels.
Pre-shape
The configuration of a robot hand before contact with an object, planned to match the object’s geometry for effective grasping.
Predictive Maintenance
Using data and analytics to predict equipment failure and schedule maintenance proactively.
Prismatic Joint
A joint that provides linear (translational) motion along a single axis, as opposed to a revolute joint.
Probabilistic Robotics
An approach that uses probability theory to handle uncertainty in perception and action.
Product Lifecycle Management (Plm)
The process of managing a product’s lifecycle from inception through design, manufacturing, service, and disposal.
Programming by Demonstration (PbD)
A method where a robot learns tasks by observing a human performing them, eliminating the need for manual programming.
Proportional Control
A basic control strategy where the control output is proportional to the error signal, forming the “P” in PID control.
Prosthetic Robot
An artificial limb with robotic components that restores or enhances motor function for amputees or individuals with disabilities.
Protocol
A set of rules governing data exchange between robot components and systems, including TCP/IP, CAN, and ROS messages.
Proximal
Located closer to the robot’s base; in a robot arm, the proximal end is the shoulder or mounting point.
Proximity Sensor
A sensor that detects the presence of nearby objects without physical contact, using infrared, ultrasonic, or capacitive technology.
Pseudoinverse
A generalized matrix inverse used in redundant robot inverse kinematics to compute joint velocities from desired end-effector velocities.
PyRobot
An open-source Python framework developed by Facebook AI Research for robot learning and control.
Python
A popular programming language in robotics due to its simplicity, extensive libraries (NumPy, SciPy), and integration with ROS.