forked from westonrobot/limo_ros2_docker
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
simulation table model and world - draft
- Loading branch information
Showing
7 changed files
with
1,380 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
src/limo_gazebosim/models/simulation_table/materials/scripts/simulation_table.material
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
material SimulationTable/Background | ||
{ | ||
technique | ||
{ | ||
pass | ||
{ | ||
texture_unit | ||
{ | ||
texture background.png | ||
} | ||
} | ||
} | ||
} |
Binary file added
BIN
+114 KB
src/limo_gazebosim/models/simulation_table/materials/textures/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+141 KB
src/limo_gazebosim/models/simulation_table/materials/textures/background_low.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,189 changes: 1,189 additions & 0 deletions
1,189
...azebosim/models/simulation_table/materials/textures/simulation_table_vector.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0"?> | ||
|
||
<model> | ||
<name>simulation table</name> | ||
<version>1.0</version> | ||
<sdf version="1.5">model.sdf</sdf> | ||
|
||
<author> | ||
<name>Grzegorz Cielniak</name> | ||
<email>[email protected]</email> | ||
</author> | ||
|
||
<description> | ||
LIMO's simulation table. A basic version with all 16 parts arranged into a squared arena. | ||
The background texture is based on a low res texture from the LIMO's simulation table user manual, | ||
which was then vectorised in Inkscape. The source vector file is materials/textures/simulation_table_vector.svg | ||
and can be used for export to PNG (@150 dpi) in Inkscape. | ||
</description> | ||
</model> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,144 @@ | ||
<?xml version="1.0" ?> | ||
<sdf version="1.5"> | ||
<model name="simulation_table"> | ||
<static>true</static> | ||
<link name="floor"> | ||
<collision name="collision"> | ||
<geometry> | ||
<plane> | ||
<normal>0 0 1</normal> | ||
<size>3.0 3.0</size> | ||
</plane> | ||
</geometry> | ||
<surface> | ||
<friction> | ||
<ode> | ||
<mu>100</mu> | ||
<mu2>50</mu2> | ||
</ode> | ||
</friction> | ||
</surface> | ||
</collision> | ||
<visual name="visual"> | ||
<cast_shadows>false</cast_shadows> | ||
<geometry> | ||
<plane> | ||
<normal>0 0 1</normal> | ||
<size>3.0 3.0</size> | ||
</plane> | ||
</geometry> | ||
<material> | ||
<script> | ||
<uri>model://simulation_table/materials/scripts/</uri> | ||
<uri>model://simulation_table/materials/textures/</uri> | ||
<name>SimulationTable/Background</name> | ||
</script> | ||
</material> | ||
</visual> | ||
</link> | ||
<link name="side_1"> | ||
<pose relative_to="floor">0.0 1.5 0.1 1.57079632679 0 0</pose> | ||
<collision name="collision"> | ||
<geometry> | ||
<box> | ||
<size>3.05 0.3 0.05</size> | ||
</box> | ||
</geometry> | ||
<surface> | ||
<friction> | ||
<ode> | ||
<mu>100</mu> | ||
<mu2>50</mu2> | ||
</ode> | ||
</friction> | ||
</surface> | ||
</collision> | ||
<visual name="visual"> | ||
<cast_shadows>false</cast_shadows> | ||
<geometry> | ||
<box> | ||
<size>3.05 0.3 0.05</size> | ||
</box> | ||
</geometry> | ||
</visual> | ||
</link> | ||
<link name="side_2"> | ||
<pose relative_to="floor">0.0 -1.5 0.1 1.57079632679 0 0</pose> | ||
<collision name="collision"> | ||
<geometry> | ||
<box> | ||
<size>3.05 0.3 0.05</size> | ||
</box> | ||
</geometry> | ||
<surface> | ||
<friction> | ||
<ode> | ||
<mu>100</mu> | ||
<mu2>50</mu2> | ||
</ode> | ||
</friction> | ||
</surface> | ||
</collision> | ||
<visual name="visual"> | ||
<cast_shadows>false</cast_shadows> | ||
<geometry> | ||
<box> | ||
<size>3.05 0.3 0.05</size> | ||
</box> | ||
</geometry> | ||
</visual> | ||
</link> | ||
<link name="side_3"> | ||
<pose relative_to="floor">1.5 0.0 0.1 1.57079632679 0 1.57079632679</pose> | ||
<collision name="collision"> | ||
<geometry> | ||
<box> | ||
<size>3.05 0.3 0.05</size> | ||
</box> | ||
</geometry> | ||
<surface> | ||
<friction> | ||
<ode> | ||
<mu>100</mu> | ||
<mu2>50</mu2> | ||
</ode> | ||
</friction> | ||
</surface> | ||
</collision> | ||
<visual name="visual"> | ||
<cast_shadows>false</cast_shadows> | ||
<geometry> | ||
<box> | ||
<size>3.05 0.3 0.05</size> | ||
</box> | ||
</geometry> | ||
</visual> | ||
</link> | ||
<link name="side_4"> | ||
<pose relative_to="floor">-1.5 0.0 0.1 1.57079632679 0 1.57079632679</pose> | ||
<collision name="collision"> | ||
<geometry> | ||
<box> | ||
<size>3.05 0.3 0.05</size> | ||
</box> | ||
</geometry> | ||
<surface> | ||
<friction> | ||
<ode> | ||
<mu>100</mu> | ||
<mu2>50</mu2> | ||
</ode> | ||
</friction> | ||
</surface> | ||
</collision> | ||
<visual name="visual"> | ||
<cast_shadows>false</cast_shadows> | ||
<geometry> | ||
<box> | ||
<size>3.05 0.3 0.05</size> | ||
</box> | ||
</geometry> | ||
</visual> | ||
</link> | ||
</model> | ||
</sdf> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" ?> | ||
|
||
<sdf version="1.5"> | ||
<world name="default"> | ||
<!-- A global light source --> | ||
<include> | ||
<uri>model://sun</uri> | ||
</include> | ||
|
||
<!-- simulation table --> | ||
<include> | ||
<uri>model://simulation_table</uri> | ||
</include> | ||
</world> | ||
</sdf> |