-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move from gcs repo to RobotLocomotion/models
- Loading branch information
1 parent
be6cc71
commit 1f84c13
Showing
13 changed files
with
202 additions
and
28 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
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
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
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 @@ | ||
This directory contains models that are used by geometry benchmarks. |
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 @@ | ||
This model was copied from https://github.com/mpetersen94/gcs. |
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,86 @@ | ||
<?xml version="1.0"?> | ||
<sdf version="1.7"> | ||
<model name="bin_model"> | ||
<!-- | ||
Axes: | ||
+X - Pointing towards front (slope) | ||
+Y - Pointing to left side | ||
+Z - Up | ||
Origin: | ||
(0, 0, 0) at the center bottom of the bin | ||
--> | ||
<link name="bin_base"> | ||
<inertial> | ||
<mass>18.70</mass> | ||
<inertia> | ||
<ixx>0.79</ixx> | ||
<ixy>0</ixy> | ||
<ixz>0</ixz> | ||
<iyy>0.53</iyy> | ||
<iyz>0</iyz> | ||
<izz>1.2</izz> | ||
</inertia> | ||
</inertial> | ||
<visual name="visual"> | ||
<pose>0 0 0 0 0 1.570796</pose> | ||
<geometry> | ||
<mesh> | ||
<uri>package://drake_models/geometry/bin/bin.obj</uri> | ||
</mesh> | ||
</geometry> | ||
</visual> | ||
<collision name="front"> | ||
<pose>0.22 0 0.105 0 0 0</pose> | ||
<geometry> | ||
<box> | ||
<size>0.05 0.63 0.21</size> | ||
</box> | ||
</geometry> | ||
</collision> | ||
<!-- | ||
<collision name="slope"> | ||
<pose>0.182 0 0.102 0 0.35 0</pose> | ||
<geometry> | ||
<box> | ||
<size>0.05 0.63 0.21</size> | ||
</box> | ||
</geometry> | ||
</collision>--> | ||
<collision name="back"> | ||
<pose>-0.22 0 0.105 0 0 0</pose> | ||
<geometry> | ||
<box> | ||
<size>0.05 0.63 0.21</size> | ||
</box> | ||
</geometry> | ||
</collision> | ||
<collision name="left"> | ||
<pose>0 0.29 0.105 0 0 0</pose> | ||
<geometry> | ||
<box> | ||
<size>0.49 0.05 0.21</size> | ||
</box> | ||
</geometry> | ||
</collision> | ||
<collision name="right"> | ||
<pose>0 -0.29 0.105 0 0 0</pose> | ||
<geometry> | ||
<box> | ||
<size>0.49 0.05 0.21</size> | ||
</box> | ||
</geometry> | ||
</collision> | ||
<collision name="bottom"> | ||
<pose>0.0 0.0 0.0075 0 0 0</pose> | ||
<geometry> | ||
<box> | ||
<size>0.49 0.63 0.015</size> | ||
</box> | ||
</geometry> | ||
</collision> | ||
</link> | ||
<frame name="bin_front_top_center"> | ||
<pose relative_to="bin_base">0.22 0 0.21 0 0 0</pose> | ||
</frame> | ||
</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 @@ | ||
This model was copied from https://github.com/mpetersen94/gcs. |
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,61 @@ | ||
<?xml version="1.0"?> | ||
<sdf version="1.7"> | ||
<model name="shelves"> | ||
<link name="shelves_body"> | ||
<visual name="shelves_visual"> | ||
<geometry> | ||
<mesh> | ||
<uri>package://drake_models/geometry/shelves/shelves.obj</uri> | ||
</mesh> | ||
</geometry> | ||
</visual> | ||
<collision name="right_wall"> | ||
<pose> 0 0.292 0 0 0 0</pose> | ||
<geometry> | ||
<box> | ||
<size>0.3 0.016 0.783</size> | ||
</box> | ||
</geometry> | ||
</collision> | ||
<collision name="left_wall"> | ||
<pose> 0 -0.292 0 0 0 0</pose> | ||
<geometry> | ||
<box> | ||
<size>0.3 0.016 0.783</size> | ||
</box> | ||
</geometry> | ||
</collision> | ||
</link> | ||
<link name="top_and_bottom"> | ||
<collision name="top"> | ||
<pose> 0 0 0.3995 0 0 0</pose> | ||
<geometry> | ||
<box> | ||
<size>0.3 0.6 0.016</size> | ||
</box> | ||
</geometry> | ||
</collision> | ||
<collision name="shelf_lower"> | ||
<pose> 0 0 -0.13115 0 0 0</pose> | ||
<geometry> | ||
<box> | ||
<size>0.3 0.6 0.016</size> | ||
</box> | ||
</geometry> | ||
</collision> | ||
<collision name="shelf_upper"> | ||
<pose> 0 0 0.13115 0 0 0</pose> | ||
<geometry> | ||
<box> | ||
<size>0.3 0.6 0.016</size> | ||
</box> | ||
</geometry> | ||
</collision> | ||
</link> | ||
<!-- joint between bottom_top and world --> | ||
<joint name="top_and_bottom_shelves_body" type="fixed"> | ||
<child>top_and_bottom</child> | ||
<parent>shelves_body</parent> | ||
</joint> | ||
</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 @@ | ||
This model was copied from https://github.com/mpetersen94/gcs. |
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,22 @@ | ||
<?xml version="1.0"?> | ||
<sdf version="1.7"> | ||
<model name="table"> | ||
<link name="table_body"> | ||
<visual name="table_visual"> | ||
<geometry> | ||
<mesh> | ||
<uri>package://drake_models/geometry/table/table_wide.obj</uri> | ||
</mesh> | ||
</geometry> | ||
</visual> | ||
<collision name="table_top"> | ||
<pose> 0 0 -0.1 0 0 0</pose> | ||
<geometry> | ||
<box> | ||
<size>2.5 2.5 0.2</size> | ||
</box> | ||
</geometry> | ||
</collision> | ||
</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
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
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