urdf
URDF Robot Models
(from Google Bard).
Code is XML.
Links
links
Joints
URDF (Unified Robot Description Format) defines six basic types of joints for constructing articulated robot models:
Fixed joint: This joint represents a rigid connection between two links, allowing no movement between them.
Revolute joint: This joint represents a rotational joint around a single axis. It allows for one degree of freedom (DOF), enabling rotation about the specified axis.
Prismatic joint: This joint represents a translational joint along a single axis. It allows for one DOF, enabling translation along the specified axis.
Continuous joint: This joint is a variant of the revolute joint, allowing for unlimited rotation around the specified axis. It also provides one DOF.
Planar joint: This joint allows for two DOFs, enabling translation in the plane defined by two axes and rotation about the perpendicular axis.
Floating joint: This joint represents a six-DOF joint that allows for unrestricted movement in space. It is typically used to represent the base link of a robot, as it has no fixed reference point.
Last updated