Hardware & control
Robot embodiment
A robot embodiment is the particular body and sensorimotor interface through which a robot perceives and acts. It includes morphology and kinematics, actuators, end effectors, sensors, physical limits, and the observation and action conventions exposed to a controller or learned policy. Two robots can perform the same task while having different embodiments.
Also known as: robotic embodiment, robot embodiments
Updated
Embodiment is more than a model name
In robotics, embodiment identifies the body through which an agent's decisions become physical action and sensor input. Link lengths, joints, hands, cameras, tactile sensors, actuator limits and control interfaces all shape what the agent can observe and do. The embodied-intelligence view also treats morphology as a contributor to behaviour, not only a constraint around software.
A product name alone is not enough metadata. Two units of the same robot can have different hands, camera placements, firmware, payloads or controllers. Conversely, related platforms can expose a common high-level interface while producing different physical motion underneath it.
The embodiment gap changes transfer
Open X-Embodiment combines data from many robots whose cameras and action spaces differ. Its shared representation makes joint training possible, but the project notes that coordinate frames and command semantics remain unlike across source datasets.
Human-to-robot transfer creates an even larger gap. DexUMI describes differences in kinematic structure, contact surfaces, tactile information and visual appearance between human and robot hands. Retargeting can map part of a demonstration, but it cannot make those bodies physically identical.
Embodiment metadata keeps actions interpretable
A dataset should identify the robot and revision, kinematic model, joint and actuator limits, end effectors, sensor models and placement, coordinate frames, control modes, action units and update rates. Calibration and any hardware modifications should travel with the episodes.
This context determines whether a trajectory can train the target policy directly, needs an adapter or is useful only for higher-level perception and task knowledge. “Cross-embodiment” should therefore describe documented variation, not missing hardware provenance.
Sources
Related terms
Hardware & control
Humanoid robot
A humanoid robot is a robot whose body is modelled on the human form, typically with a torso, head and limbs, so it can move through human spaces or use human-scale tools and interfaces. The term describes morphology, not intelligence or autonomy; wheeled, partial-body and simplified-hand designs are also sometimes classed as humanoids, so the robot's actual configuration should be stated.
Data & collection
Cross-embodiment data
Cross-embodiment data is robot training data drawn from multiple physical embodiments, such as arms, mobile manipulators, quadrupeds or humanoids with different kinematics, sensors and action spaces. The datasets are aligned or packaged so models can learn jointly from experience produced by different robots, although shared formatting does not make their observations or controls physically equivalent.
Models & learning
Action space
An action space is the set and representation of commands that an agent or robot policy is allowed to choose. In robotics, actions may be discrete choices or continuous values such as joint targets, motor torques, end-effector pose changes, base velocities, or gripper commands. The action space defines what the policy outputs, not necessarily the motion the hardware ultimately executes.
Hardware & control
Robot kinematics
Robot kinematics describes the geometric relationship between a robot’s joint configuration and the position, orientation and velocity of its links or end-effector, without modelling the forces that cause the motion. Forward kinematics computes pose from joint values; inverse kinematics searches for joint values that achieve a requested pose.
Hardware & control
Actuator
An actuator is a robot’s power mechanism that converts electrical, hydraulic, pneumatic or other supplied energy into controlled mechanical force, torque or motion. In a humanoid, actuators drive joints, often through transmissions; they are distinct from the joints and sensors, and their arrangement need not correspond one-to-one with the robot’s degrees of freedom.