|
| 1 | +# IIT SoftFoot Description (MJCF) |
| 2 | + |
| 3 | +Requires MuJoCo 3.2.0 or later. |
| 4 | + |
| 5 | +## Overview |
| 6 | + |
| 7 | +This package is a reproduction of the simplified robot description (MJCF) developed by the by [IIT Soft Robotics for Human Cooperation and Rehabilitation group](https://softbots.iit.it/) for the [Natural Machine Motion Initiative (NMMI)](https://www.naturalmachinemotioninitiative.com/), originally available from the [NMMI repository](https://github.com/NMMI/SoftFoot_MuJoCo). The MJCF and assets are provided under a [BSD-3-Clause License](LICENSE). For more information on the SoftFoot, see the following references: |
| 8 | + |
| 9 | +- [Piazza, C., Della Santina, C., Grioli, G., Bicchi, A. and Catalano, M.G., 2024. Analytical Model and Experimental Testing of the SoftFoot: An Adaptive Robot Foot for Walking Over Obstacles and Irregular Terrains. IEEE Transactions on Robotics.](https://www.doi.org/10.1109/TRO.2024.3415237) |
| 10 | +- [Crotti, M., Rossini, L., Pace, A., Grioli, G., Bicchi, A. and Catalano, M.G., 2024. Soft Adaptive Feet for Legged Robots: An Open-Source Model for Locomotion Simulation. arXiv preprint arXiv:2412.03191.](https://arxiv.org/abs/2412.03191) |
| 11 | + |
| 12 | +<p float="left"> |
| 13 | + <img src="softfoot.png" width="400"> |
| 14 | +</p> |
| 15 | + |
| 16 | +## Usage |
| 17 | + |
| 18 | +The SoftFoot model is intended to be attached as an end effector to a legged robot. This can be achieved through several methods: |
| 19 | +- Using the `<attach/>` element in the robot MJCF, and referencing the `attachment_cube` body from the softfoot MJCF. The provided example `scene.xml` uses this method. |
| 20 | +- Procedurally attaching it through [`mjSpec`](https://mujoco.readthedocs.io/en/stable/programming/modeledit.html). |
| 21 | +- Adding the SoftFoot to the MJCF through the [`mjcf` python module](https://github.com/google-deepmind/dm_control/tree/main/dm_control/mjcf). |
| 22 | + |
| 23 | + |
| 24 | +## License |
| 25 | + |
| 26 | +This model is released under an [BSD-3-Clause License](LICENSE). |
| 27 | + |
| 28 | + |
| 29 | +## Publications |
| 30 | + |
| 31 | +If you use this work in an academic context, please cite the following publications: |
| 32 | + |
| 33 | +> Crotti, M., Rossini, L., Hodossy, K. B., Pace, A., Grioli, G., Bicchi, A. and Catalano, M. G., |
| 34 | +> **"Soft Adaptive Feet for Legged Robots: An Open-Source Model for Locomotion Simulation“**, |
| 35 | +> in arXiv preprint arXiv:2412.03191, 2024. ([DOI](https://doi.org/10.48550/arXiv.2412.03191)) |
| 36 | +
|
| 37 | + @article{anymal2017, |
| 38 | + title={Soft Adaptive Feet for Legged Robots: An Open-Source Model for Locomotion Simulation}, |
| 39 | + author={Crotti, Matteo and Rossini, Luca and Hodossy, K. Balint and Pace, Anna and Grioli, Giorgio and Bicchi, Antonio and and Catalano, Manuel G.}, |
| 40 | + journal={arXiv}, |
| 41 | + volume={}, |
| 42 | + number={}, |
| 43 | + pages={}, |
| 44 | + year={2024}, |
| 45 | + publisher={} |
| 46 | + doi = {https://doi.org/10.48550/arXiv.2412.03191} |
| 47 | + } |
| 48 | + |
| 49 | +> Piazza, C., Della Santina, C., Grioli, G., Bicchi, A. and Catalano, M. G., |
| 50 | +> **"Analytical Model and Experimental Testing of the SoftFoot: An Adaptive Robot Foot for Walking Over Obstacles and Irregular Terrains“**, |
| 51 | +> in IEEE Transactions on Robotics, 2024. ([DOI](https://www.doi.org/10.1109/TRO.2024.3415237)) |
| 52 | +
|
| 53 | + @article{softfoot2024, |
| 54 | + author={Piazza, Cristina and Santina, Cosimo Della and Grioli, Giorgio and Bicchi, Antonio and Catalano, Manuel G.}, |
| 55 | + journal={IEEE Transactions on Robotics}, |
| 56 | + title={Analytical Model and Experimental Testing of the SoftFoot: An Adaptive Robot Foot for Walking Over Obstacles and Irregular Terrains}, |
| 57 | + year={2024}, |
| 58 | + volume={40}, |
| 59 | + number={}, |
| 60 | + pages={3290-3305}, |
| 61 | + keywords={Foot;Robots;Legged locomotion;Stability analysis;Robot kinematics;Shape;Humanoid robots;Adaptive foot;humanoid robots;soft robots}, |
| 62 | + doi={10.1109/TRO.2024.3415237} |
| 63 | + } |
| 64 | + |
0 commit comments