Skip to content

Commit

Permalink
Merge pull request #89 from IRVLUTD/multigrippergrasp
Browse files Browse the repository at this point in the history
update multigrippergrasp
  • Loading branch information
yuxng committed Apr 1, 2024
2 parents 67a7de3 + 1bc5358 commit fdd83c9
Showing 1 changed file with 17 additions and 44 deletions.
61 changes: 17 additions & 44 deletions MultiGripperGrasp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,31 @@
<div class="column has-text-centered">
<h1 class="title is-2 publication-title"> <span class="small-caps">MultiGripperGrasp:</span> A Dataset for Robotic Grasping from Parallel Jaw Grippers to Dexterous Hands</h1>
<div class="is-size-5 publication-authors">

<span class="author-block">
<a target="_blank" href="https://lfcasas71.wixsite.com/luis-felipe-casas/">Luis Felipe Casas Murrilo</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a target="_blank" href="https://lfcasas71.wixsite.com/luis-felipe-casas/">Luis Felipe Casas Murrilo*</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
<span class="author-block">
<a target="_blank" href="https://kninad.github.io">Ninad Khargonkar</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a target="_blank" href="https://kninad.github.io">Ninad Khargonkar*</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
<span class="author-block">
<a target="_blank" href="https://personal.utdallas.edu/~praba/">Balakrishnan Prabhakaran</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span>
<span class="author-block">
<a target="_blank" href="https://yuxng.github.io">Yu Xiang</a>
</span>


</div>

<div class="is-size-5 publication-authors">
<span class="author-block"><a target="_blank" href="https://labs.utdallas.edu/irvl">The University of Texas at Dallas</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
<!-- <span id="accepted-conference" class="author-block"><br>IEEE International Conference on Robotics and Automation (ICRA), 2024</span> -->
</div>

<div class="is-size-5 publication-authors">
<span class="author-block">*equal contribution</span>
<!-- <span id="accepted-conference" class="author-block"><br>IEEE International Conference on Robotics and Automation (ICRA), 2024</span> -->
</div>

<div class="column has-text-centered">
<div class="publication-links">

Expand Down Expand Up @@ -183,12 +191,12 @@ <h2 class="title is-3">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span> <span class="small-caps">Grasp Filtering: Isaac Sim</span>
<span> <span class="small-caps">Grasp Ranking: Isaac Sim</span>
</a>
</span>
</h2>
<p>
Python code for grasp filtering and grasp transfer using Isaac Sim.
Python code for grasp ranking and grasp transfer using Isaac Sim.
</p>
</div>
<!--/ Isaac Sim Code. -->
Expand All @@ -201,12 +209,12 @@ <h2 class="title is-3">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span> <span class="small-caps">Grasp Candidates: Graspit-based generation</span>
<span> <span class="small-caps">Grasp Candidates: Graspit!-based generation</span>
</a>
</span>
</h2>
<p>
Python code for candidate grasp generation using GraspIt python interface.
Python code for candidate grasp generation using GraspIt! python interface.
</p>
</div>
<!--/ Graspit Code. -->
Expand All @@ -226,43 +234,7 @@ <h2 class="title is-3">
<!-- Dataset. -->
<div class="columns is-centered has-text-justified">
<div class="column">
<h2 id="data" class="title is-3">Data</h2>

<!-- YCB Link -->
<div class="content has-text-justified">
<h2 class="title is-3">
<span class="link-block">
<a target="_blank" href="https://www.ycbbenchmarks.com/object-models/" class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-link"></i>
</span>
<span> <span class="small-caps">YCB Objects</span>
</a>
</span>
</h2>
<p>
Link to <a target="_blank" href="https://www.ycbbenchmarks.com/">YCB</a> object models used in the dataset.
</p>
</div>
<!--/ YCB Link. -->

<!-- GoogleScannedObjects Link -->
<div class="content has-text-justified">
<h2 class="title is-3">
<span class="link-block">
<a target="_blank" href="https://app.gazebosim.org/GoogleResearch/fuel/collections/Scanned%20Objects%20by%20Google%20Research" class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-link"></i>
</span>
<span> <span class="small-caps">GoogleScannedObjects</span>
</a>
</span>
</h2>
<p>
Link to <a target="_blank" href="https://blog.research.google/2022/06/scanned-objects-by-google-research.html">GoogleScannedObjects</a> models used in the dataset.
</p>
</div>
<!--/ GoogleScannedObjects Link. -->
<h2 id="data" class="title is-3">MultiGripperGrasp Dataset</h2>

<!-- Grasp Json Files. -->
<div class="content has-text-justified">
Expand Down Expand Up @@ -309,7 +281,8 @@ <h2 id="bibtex" class="title">Citation (BibTeX)</h2>
<div class="container is-max-desktop">

<h2 class="title">Contact</h2>
<p>Send any comments or questions to Luis Felipe Casas Murrilo: <a target="_blank" href="mailto:luis.casasmurillo@utdallas.edu">Luis.CasasMurillo@UTDallas.edu</a> </p>
<p>Send any comments or questions to Luis Felipe Casas Murrilo: <a target="_blank" href="mailto:luis.casasmurillo@utdallas.edu">Luis.CasasMurillo@UTDallas.edu</a>
<br> or Ninad Khargonkar: <a target="_blank" href="mailto:ninadarun.khargonkar@utdallas.edu">ninadarun.khargonkar@utdallas.edu</a></p>
</div>
</section>

Expand Down

0 comments on commit fdd83c9

Please sign in to comment.