.. _urdf: URDF file ========= the Unified Robot Description Format (URDF) is an XML format for representing a robot model. You need to generate one specific to your robot. You need to be care about ``joint_name``, they should have exactly the same name inside the :ref:`configuration file ` . Then, check ``joint_limits`` (hard and soft), changes it if needed. Below an URDF example of a 3 DoF robot arm ::