Jump to content

URDF: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
See also: remove section with too general links redundant with the lede
m Corrected spelling mistake, from the community rviz stands for ros-visualization
Tags: Visual edit Mobile edit Mobile web edit
Line 29: Line 29:
}}
}}
'''URDF''', Unified Robot Description Format is an [[XML]] format for representing a [[robot]] model.<ref>{{cite web|url=https://www.mathworks.com/help/sm/ug/urdf-model-import.html|title=URDF Primer}}</ref>
'''URDF''', Unified Robot Description Format is an [[XML]] format for representing a [[robot]] model.<ref>{{cite web|url=https://www.mathworks.com/help/sm/ug/urdf-model-import.html|title=URDF Primer}}</ref>
URDF is commonly used in [[Robot Operating System]] (ROS) tools such as rviz (Robit Visualization tool) and [[Gazebo simulator]].<ref>{{cite web|url=https://classic.gazebosim.org/tutorials?tut=ros_urdf|title=Tutorial: Using a URDF in Gazebo}}</ref> The model consists of links and [[joint]]s [[Range of motion|motion]].
URDF is commonly used in [[Robot Operating System]] (ROS) tools such as rviz (Ros Visualization tool) and [[Gazebo simulator]].<ref>{{cite web|url=https://classic.gazebosim.org/tutorials?tut=ros_urdf|title=Tutorial: Using a URDF in Gazebo}}</ref> The model consists of links and [[joint]]s [[Range of motion|motion]].


== References ==
== References ==

Revision as of 15:45, 4 March 2024

URDF
Filename extension
.URDF
Developed byRobot Operating System
Type of formatXML
Websitewiki.ros.org/urdf

URDF, Unified Robot Description Format is an XML format for representing a robot model.[1] URDF is commonly used in Robot Operating System (ROS) tools such as rviz (Ros Visualization tool) and Gazebo simulator.[2] The model consists of links and joints motion.

References

  1. ^ "URDF Primer".
  2. ^ "Tutorial: Using a URDF in Gazebo".