You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: iit_softfoot/README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# IIT SoftFoot Description (MJCF)
2
2
3
-
Requires MuJoCo 3.2.0 or later.
3
+
> [!IMPORTANT]
4
+
> Requires MuJoCo 3.2.0 or later.
4
5
5
6
## Overview
6
7
@@ -16,16 +17,15 @@ This package is a reproduction of the simplified robot description (MJCF) develo
16
17
## Usage
17
18
18
19
The SoftFoot model is intended to be attached as an end effector to a legged robot. This can be achieved through several methods:
20
+
19
21
- 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
22
- Procedurally attaching it through [`mjSpec`](https://mujoco.readthedocs.io/en/stable/programming/modeledit.html).
21
23
- Adding the SoftFoot to the MJCF through the [`mjcf` python module](https://github.com/google-deepmind/dm_control/tree/main/dm_control/mjcf).
22
24
23
-
24
25
## License
25
26
26
27
This model is released under an [BSD-3-Clause License](LICENSE).
27
28
28
-
29
29
## Publications
30
30
31
31
If you use this work in an academic context, please cite the following publications:
@@ -52,13 +52,12 @@ If you use this work in an academic context, please cite the following publicati
52
52
53
53
@article{softfoot2024,
54
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},
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},
0 commit comments