Skip to main content

Digital Twin Overview

Explore robotics simulation with Gazebo and high-fidelity visualization with Unity.

📄️ URDF and SDF Robot Description Formats

Accurately describing your robot is fundamental for both simulation and real-world deployment. In the ROS 2 ecosystem, two primary XML-based formats are used for this purpose: Unified Robot Description Format (URDF) and Simulation Description Format (SDF). While URDF is focused on the kinematic and dynamic description of a single robot, SDF is more comprehensive, capable of describing entire worlds, including multiple robots and static environmental elements.