-
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.
Adds a benchmark for IrisInConfigurationSpace
This benchmark plants a flag before we start optimizing the IrisInConfigurationSpace runtimes.
- Loading branch information
1 parent
894ac55
commit dfb3f08
Showing
8 changed files
with
462 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<?xml version="1.0"?> | ||
<sdf version="1.7"> | ||
<model name="bin_model"> | ||
<!-- | ||
Axes: | ||
+X - Pointing towards front | ||
+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/manipulation_station/bin.obj</uri> | ||
</mesh> | ||
</geometry> | ||
</visual> | ||
<collision name="front"> | ||
<pose>0.2025 0 0.105 0 0 0</pose> | ||
<geometry> | ||
<box> | ||
<size>0.015 0.56 0.21</size> | ||
</box> | ||
</geometry> | ||
</collision> | ||
<collision name="back"> | ||
<pose>-0.2025 0 0.105 0 0 0</pose> | ||
<geometry> | ||
<box> | ||
<size>0.015 0.56 0.21</size> | ||
</box> | ||
</geometry> | ||
</collision> | ||
<collision name="left"> | ||
<pose>0 0.2725 0.105 0 0 0</pose> | ||
<geometry> | ||
<box> | ||
<size>0.42 0.015 0.21</size> | ||
</box> | ||
</geometry> | ||
</collision> | ||
<collision name="right"> | ||
<pose>0 -0.2725 0.105 0 0 0</pose> | ||
<geometry> | ||
<box> | ||
<size>0.42 0.015 0.21</size> | ||
</box> | ||
</geometry> | ||
</collision> | ||
<collision name="bottom"> | ||
<pose>0.0 0.0 0.0075 0 0 0</pose> | ||
<geometry> | ||
<box> | ||
<size>0.42 0.56 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,71 @@ | ||
<?xml version="1.0"?> | ||
<sdf version="1.7"> | ||
<model name="shelves"> | ||
<link name="shelves_body"> | ||
<visual name="shelves_visual"> | ||
<pose> 0 0 0 0 0 3.14159</pose> | ||
<geometry> | ||
<mesh> | ||
<uri>package://drake_models/manipulation_station/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> | ||
<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> | ||
<collision name="bottom"> | ||
<pose> 0 0 -0.3995 0 0 0</pose> | ||
<geometry> | ||
<box> | ||
<size>0.3 0.6 0.016</size> | ||
</box> | ||
</geometry> | ||
</collision> | ||
<collision name="back"> | ||
<pose> -0.142 0 0 0 0 0</pose> | ||
<geometry> | ||
<box> | ||
<size>0.016 0.6 0.783</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
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/manipulation_station/table_wide.obj</uri> | ||
</mesh> | ||
</geometry> | ||
</visual> | ||
<collision name="table_top"> | ||
<pose> 0 0 -0.05 0 0 0</pose> | ||
<geometry> | ||
<box> | ||
<size>1.5 2.1875 0.1</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
Oops, something went wrong.