SLIDE 1
Gijs van der Hoorn
2.1.1 URDF: Introduction Gijs van der Hoorn URDF? robot model - - PowerPoint PPT Presentation
2.1.1 URDF: Introduction Gijs van der Hoorn URDF? robot model storage format? simulation format? required? URDF What is it? Domain specific modeling language (DSML) XML Stores: Kinematics Dynamics parameters
Gijs van der Hoorn
<robot name="tiny_robot"> <link name="link_1" /> </robot>
tiny_robot.urdf link_1
link_1 J1
<robot name="tiny_robot"> <link name="link_1" /> <link name="link_2" /> <joint name="joint_1" type=".."> <parent link="link_1" /> <child link="link_2" /> </joint> </robot>
tiny_robot.urdf
Try it yourself!