init to commit it

This commit is contained in:
2022-03-11 12:39:20 -05:00
parent 608af373e6
commit f0bab10e25
28 changed files with 143 additions and 23 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" ?>
<model>
<name>Lewis Crawler</name>
<version>1.0</version>
<sdf version="1.7">model.sdf</sdf>
<author>
<name>Joe Sedutto</name>
<email>kenwood364@gmail.com</email>
</author>
<description></description>
</model>

View File

@@ -0,0 +1,26 @@
<?xml version='1.0'?>
<sdf version='1.4'>
<model name="Lewis_Crawler">
<static>true</static>
<link name='chassis'>
<pose>0 0 .1 0 0 0</pose>
<collision name='collision'>
<geometry>
<box>
<size>.4 .2 .1</size>
</box>
</geometry>
</collision>
<visual name='visual'>
<geometry>
<box>
<size>.4 .2 .1</size>
</box>
</geometry>
</visual>
</link>
</model>
</sdf>