Home

Awesome

Sandbox to Simulate Grasping in Gazebo with the iCub

DOI ZenHub Community

πŸšΆπŸ»β€β™‚οΈ Walkthrough

This sandbox allows you to experiment with iCub performing basic object grasping within the Gazebo simulator.

☁ Instructions to run the sandbox on the web

We make use of the Gitpod Cloud IDE as infrastructure. Find out more on YARP-enabled Gitpod workspaces.

Here's below a quick how-to guide; please, refer to the section πŸšΆπŸ»β€β™‚οΈ Walkthrough for an extensive video tutorial πŸŽ₯

  1. To get started with the sandbox, click on the following badge:

    Gitpod

  2. Once the sandbox workspace is ready, build and install the project:

    cmake -S . -B build
    cmake --build build/ --target install
    
  3. Run the grasping experiment:

    icub-grasp.sh
    
  4. You can run a systematic test with always the same object in the same pose by specifying the option test:

    icub-grasp.sh test
    

    Afterward, inspect relevant quantities logged in /tmp/icub-gazebo-grasping-sandbox.INFO.

  5. If needed, you can clean up hanging resources by specifying the option clean:

    icub-grasp.sh clean
    
<div align="center"> <img src="./assets/showcase.gif"> </div>

πŸ”½ Instructions to run the sandbox locally

β„Ή Manual installation

If you want to install the sandbox manually to perform specific customization (e.g., enable GPU), please refer to the recipe contained in the Dockerfile.

πŸ“š Cite the sandbox

In case you use this sandbox for your work, please quote it within any resulting publication by citing this repository and/or the paper where you can find the original implementation of the grasping method:

<details> <summary>πŸ”˜ Click to show other papers describing foundamental components used in the sandbox</summary> <b>Motion control of iCub in the operational space:</b> <ul> <li>U. Pattacini, F. Nori, L. Natale, G. Metta and G. Sandini, "<i>An experimental evaluation of a novel minimum-jerk cartesian controller for humanoid robots</i>," 2010 IEEE/RSJ International Conference on Intelligent Robots and Systems, Taipei, 2010, pp. 1668-1674, doi: <a href="https://doi.org/10.1109/IROS.2010.5650851">10.1109/IROS.2010.5650851</a>.</li> <li>A. Roncone, U. Pattacini, G. Metta and L. Natale, "<i>A Cartesian 6-DoF Gaze Controller for Humanoid Robots</i>", Proceedings of Robotics: Science and Systems, Ann Arbor, MI, June 18-22, 2016, doi: <a href="https://doi.org/10.15607/RSS.2016.XII.022">10.15607/RSS.2016.XII.022</a>.</li> </ul> <b>Interoperability between iCub and Gazebo:</b> <ul> <li>M. Hoffman E., S. Traversaro, A. Rocchi, M. Ferrati, A. Settimi, F. Romano, L. Natale, A. Bicchi, F. Nori and N. G. Tsagarakis, "<i>Yarp Based Plugins for Gazebo Simulator</i>". In: Hodicky J. (eds) Modelling and Simulation for Autonomous Systems. MESAS 2014. Lecture Notes in Computer Science, vol 8906. Springer, Cham. pp 333-346, doi: <a href="https://doi.org/10.1007/978-3-319-13823-7_29">10.1007/978-3-319-13823-7_29</a>. </ul> </details>

πŸ“ƒ List of works built on the sandbox

πŸ‘¨πŸ»β€πŸ’» Maintainers

This repository is maintained by:

<img src="https://github.com/pattacini.png" width="40">@pattacini

πŸ™ Acknowledgements

πŸ†• Contributing

Check out our CONTRIBUTING guidelines.