URDF: Difference between revisions
Appearance
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 ( |
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
Filename extension |
.URDF |
---|---|
Developed by | Robot Operating System |
Type of format | XML |
Website | wiki |
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.