-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new models from Ignition Fuel (#205)
* add new models from Ignition Fuel * add Sunken Ship * add inertial values for Sunken Vase and Niskin Signed-off-by: Mabel Zhang <[email protected]>
- Loading branch information
1 parent
564c9f8
commit 0b6cf7d
Showing
5 changed files
with
163 additions
and
0 deletions.
There are no files selected for viewing
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,9 @@ | ||
<?xml version='1.0'?> | ||
<model> | ||
<name>Niskin</name> | ||
<version>1.0</version> | ||
<sdf version='1.6'>model.sdf</sdf> | ||
<description> | ||
Niskin sampling bottle | ||
</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,55 @@ | ||
<?xml version="1.0"?> | ||
<sdf version="1.6"> | ||
<model name="niskin"> | ||
<static>false</static> | ||
<link name="base_link"> | ||
<inertial> | ||
<pose>0.001636 -0.004927 0.001843</pose> | ||
<mass>0.008183</mass> | ||
<inertia> | ||
<ixx>0.000173</ixx> | ||
<iyy>0.000172</iyy> | ||
<izz>0.000022</izz> | ||
</inertia> | ||
</inertial> | ||
<collision name="collision"> | ||
<pose>0 0 0 0 0 0</pose> | ||
<geometry> | ||
<mesh> | ||
<uri>https://fuel.ignitionrobotics.org/1.0/cole/models/niskin/3/files/meshes/niskin.dae</uri> | ||
<scale>1.0 1.0 1.0</scale> | ||
</mesh> | ||
</geometry> | ||
</collision> | ||
<visual name="Niskin_visual"> | ||
<geometry> | ||
<mesh> | ||
<uri>https://fuel.ignitionrobotics.org/1.0/cole/models/niskin/3/files/meshes/niskin.dae</uri> | ||
<submesh> | ||
<name>Niskin</name> | ||
<center>false</center> | ||
</submesh> | ||
</mesh> | ||
</geometry> | ||
<material> | ||
<diffuse>1.0 1.0 1.0</diffuse> | ||
<specular>1.0 1.0 1.0</specular> | ||
<pbr> | ||
<metal> | ||
<albedo_map>https://fuel.ignitionrobotics.org/1.0/cole/models/niskin/3/files/materials/textures/Niskin_Albedo.png</albedo_map> | ||
<normal_map>https://fuel.ignitionrobotics.org/1.0/cole/models/niskin/3/files/materials/textures/Niskin_Normal.png</normal_map> | ||
<metalness_map>https://fuel.ignitionrobotics.org/1.0/cole/models/niskin/3/files/materials/textures/Niskin_Metalness.png</metalness_map> | ||
<roughness_map>https://fuel.ignitionrobotics.org/1.0/cole/models/niskin/3/files/materials/textures/Niskin_Roughness.png</roughness_map> | ||
</metal> | ||
</pbr> | ||
<!-- fallback to script if no PBR support--> | ||
<script> | ||
<uri>https://fuel.ignitionrobotics.org/1.0/cole/models/niskin/3/files/materials/scripts/</uri> | ||
<uri>https://fuel.ignitionrobotics.org/1.0/cole/models/niskin/3/files/materials/textures/</uri> | ||
<name>UrbanTile/Niskin_Diffuse</name> | ||
</script> | ||
</material> | ||
</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"?> | ||
|
||
<model> | ||
<name>Vase</name> | ||
<version>1.0</version> | ||
<sdf version="1.6">model.sdf</sdf> | ||
|
||
<author> | ||
<name>Cole Biesemeyer</name> | ||
<email>[email protected]</email> | ||
</author> | ||
|
||
<description> | ||
</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,54 @@ | ||
<?xml version="1.0"?> | ||
<sdf version="1.6"> | ||
<model name="Pot01"> | ||
<static>false</static> | ||
<link name="base_link"> | ||
<inertial> | ||
<pose>0.000000 0.00014473 0.28908009</pose> | ||
<mass>0.047262</mass> | ||
<inertia> | ||
<ixx>0.002228</ixx> | ||
<iyy>0.002315</iyy> | ||
<izz>0.002557</izz> | ||
</inertia> | ||
</inertial> | ||
<collision name="collision"> | ||
<pose>0 0 0 0 0 0</pose> | ||
<geometry> | ||
<mesh> | ||
<uri>https://fuel.ignitionrobotics.org/1.0/cole/models/sunken vase/3/files/meshes/Pot01.dae</uri> | ||
<scale>1.0 1.0 1.0</scale> | ||
</mesh> | ||
</geometry> | ||
</collision> | ||
<visual name="Pot01_visual"> | ||
<geometry> | ||
<mesh> | ||
<uri>https://fuel.ignitionrobotics.org/1.0/cole/models/sunken vase/3/files/meshes/Pot01.dae</uri> | ||
<submesh> | ||
<name>Pot01</name> | ||
<center>false</center> | ||
</submesh> | ||
</mesh> | ||
</geometry> | ||
<material> | ||
<diffuse>1.0 1.0 1.0</diffuse> | ||
<specular>1.0 1.0 1.0</specular> | ||
<pbr> | ||
<metal> | ||
<albedo_map>https://fuel.ignitionrobotics.org/1.0/cole/models/sunken vase/3/files/materials/textures/Pot01_Albedo.png</albedo_map> | ||
<normal_map>https://fuel.ignitionrobotics.org/1.0/cole/models/sunken vase/3/files/materials/textures/Pot01_Normal.png</normal_map> | ||
<roughness_map>https://fuel.ignitionrobotics.org/1.0/cole/models/sunken vase/3/files/materials/textures/Pot01_Roughness.png</roughness_map> | ||
</metal> | ||
</pbr> | ||
<!-- fallback to script if no PBR support--> | ||
<script> | ||
<uri>https://fuel.ignitionrobotics.org/1.0/cole/models/sunken vase/3/files/materials/scripts/</uri> | ||
<uri>https://fuel.ignitionrobotics.org/1.0/cole/models/sunken vase/3/files/materials/textures/</uri> | ||
<name>UrbanTile/Pot01_Diffuse</name> | ||
</script> | ||
</material> | ||
</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