Skip to content

Instantly share code, notes, and snippets.

@GerardMaggiolino
Created May 16, 2019 00:41
Show Gist options
  • Save GerardMaggiolino/943b2fc49a7a0927be402f5a6962275c to your computer and use it in GitHub Desktop.
Save GerardMaggiolino/943b2fc49a7a0927be402f5a6962275c to your computer and use it in GitHub Desktop.
Beginning of URDF specified toy car.
<?xml version="1.0"?>
<robot name="simplecar">
<!-- Base Frame of Car -->
<link name="base_link">
<visual>
<geometry>
<box size="0.5 0.3 0.1"/>
</geometry>
</visual>
</link>
</robot>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment