init to commit it
This commit is contained in:
11
Simulation/Lewis_Crawler/model.config
Normal file
11
Simulation/Lewis_Crawler/model.config
Normal 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>
|
||||
26
Simulation/Lewis_Crawler/model.sdf
Normal file
26
Simulation/Lewis_Crawler/model.sdf
Normal 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>
|
||||
Reference in New Issue
Block a user