Created
May 16, 2019 00:41
-
-
Save GerardMaggiolino/943b2fc49a7a0927be402f5a6962275c to your computer and use it in GitHub Desktop.
Beginning of URDF specified toy car.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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