Skip to content

Commit 1443a9e

Browse files
committed
Cleanup newly added models.
1 parent dcacd35 commit 1443a9e

File tree

14 files changed

+2846
-2480
lines changed

14 files changed

+2846
-2480
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ well right out of the gate.
4646
- [Menagerie Models](#menagerie-models)
4747
- [Citing Menagerie](#citing-menagerie)
4848
- [Acknowledgments](#acknowledgments)
49+
- [Changelog](#changelog)
4950
- [License and Disclaimer](#license-and-disclaimer)
5051

5152
## Getting Started
@@ -229,17 +230,24 @@ Menagerie, see [CONTRIBUTING](CONTRIBUTING.md).
229230
| PAL Tiago | PAL Robotics | 12 | [Apache-2.0](pal_tiago/LICENSE) |✖️|
230231
| PAL Tiago Dual | PAL Robotics | 21 | [Apache-2.0](pal_tiago_dual/LICENSE) |✖️|
231232

233+
**Mobile Bases.**
234+
235+
| Name | Maker | DoFs | License | MJX |
236+
|------|-------|---------|---------|-----|
237+
| Omniwheel Soccer Robot | Robot Soccer Kit | 4 | [MIT](robot_soccer_kit/LICENSE) |✖️|
238+
232239
**Humanoids.**
233240

234241
| Name | Maker | DoFs | License | MJX |
235242
|------|-------|---------|---------|-----|
243+
| Adam Lite | PNDbotics | 25 | [MIT](pndbotics_adam_lite/LICENSE) |✖️|
236244
| Apptronik Apollo | Apptronik | 32 | [Apache-2.0](apptronik_apollo/LICENSE) |✔️|
237245
| Berkeley Humanoid | Hybrid Robotics | 12 | [BSD-3-Clause](berkeley_humanoid/LICENSE) |✖️|
238246
| Booster T1 | Booster Robotics | 23 | [Apache-2.0](booster_t1/LICENSE) |✖️|
239247
| Robotis OP3 | Robotis | 20 | [Apache-2.0](robotis_op3/LICENSE) |✖️|
248+
| TALOS | PAL Robotics | 32 | [Apache-2.0](pal_talos/LICENSE) |✖️|
240249
| Unitree G1 | Unitree Robotics | 37 | [BSD-3-Clause](unitree_g1/LICENSE) |✖️|
241250
| Unitree H1 | Unitree Robotics | 19 | [BSD-3-Clause](unitree_h1/LICENSE) |✖️|
242-
| TALOS | PAL Robotics | 32 | [Apache-2.0](pal_talos/LICENSE) |✖️|
243251

244252
**Quadrupeds.**
245253

@@ -258,6 +266,7 @@ Menagerie, see [CONTRIBUTING](CONTRIBUTING.md).
258266

259267
| Name | Maker | DoFs | License | MJX |
260268
|------|-------|---------|---------|-----|
269+
| IIT Softfoot | IIT Softbots | 92 | [BSD-3-Clause](iit_softfoot/LICENSE) |✖️|
261270
| flybody | Google DeepMind, HHMI Janelia Research Campus | 102 | [Apache-2.0](flybody/LICENSE) |✖️|
262271

263272
**Miscellaneous.**

arx_l5/arx_l5.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@
128128
<keyframe>
129129
<key name="home" qpos="0 0.251 0.314 0 0 0 0.044 -0.044" ctrl="0 0.251 0.314 0 0 0 0.044"/>
130130
</keyframe>
131-
</mujoco>
131+
</mujoco>

arx_l5/scene.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
<light pos="0 0 1.5" dir="0 0 -1" directional="true"/>
2121
<geom name="floor" size="0 0 0.05" type="plane" material="groundplane"/>
2222
</worldbody>
23-
</mujoco>
23+
</mujoco>

dynamixel_2r/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ The [config.json](config.json) with export configuration file is also present in
2020

2121
## See also
2222

23-
* [BAM repository](https://github.com/rhoban/bam): exploring extended modeling of the friction
23+
* [BAM repository](https://github.com/rhoban/bam): exploring extended modeling of the friction.
2424

2525
## License
2626

27-
This model is released under a [MIT License](LICENSE)
27+
This model is released under an [MIT License](LICENSE).

dynamixel_2r/dynamixel_2r.xml

Lines changed: 169 additions & 85 deletions
Large diffs are not rendered by default.

dynamixel_2r/scene.xml

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
<mujoco model="scene">
2-
<include file="dynamixel_2r.xml" />
2+
<include file="dynamixel_2r.xml"/>
33

4-
<visual>
5-
<headlight diffuse="0.6 0.6 0.6" ambient="0.3 0.3 0.3" specular="0 0 0" />
6-
<rgba haze="0.15 0.25 0.35 1" />
7-
<global azimuth="160" elevation="-20" />
8-
</visual>
4+
<statistic center="0 0 0.3" extent=".6"/>
95

10-
<asset>
11-
<texture type="skybox" builtin="gradient" rgb1="0.3 0.5 0.7" rgb2="0 0 0" width="512"
12-
height="3072" />
13-
<texture type="2d" name="groundplane" builtin="checker" mark="edge" rgb1="0.2 0.3 0.4"
14-
rgb2="0.1 0.2 0.3"
15-
markrgb="0.8 0.8 0.8" width="300" height="300" />
16-
<material name="groundplane" texture="groundplane" texuniform="true" texrepeat="5 5"
17-
reflectance="0.2" />
18-
</asset>
6+
<visual>
7+
<headlight diffuse="0.6 0.6 0.6" ambient="0.3 0.3 0.3" specular="0 0 0"/>
8+
<rgba haze="0.15 0.25 0.35 1"/>
9+
<global azimuth="160" elevation="-20"/>
10+
</visual>
1911

20-
<worldbody>
21-
<light pos="0 0 3.5" dir="0 0 -1" directional="true" />
22-
<geom name="floor" size="0 0 0.05" pos="0 0 0" type="plane" material="groundplane" />
23-
</worldbody>
12+
<asset>
13+
<texture type="skybox" builtin="gradient" rgb1="0.3 0.5 0.7" rgb2="0 0 0" width="512" height="3072"/>
14+
<texture type="2d" name="groundplane" builtin="checker" mark="edge" rgb1="0.2 0.3 0.4" rgb2="0.1 0.2 0.3"
15+
markrgb="0.8 0.8 0.8" width="300" height="300"/>
16+
<material name="groundplane" texture="groundplane" texuniform="true" texrepeat="5 5" reflectance="0.2"/>
17+
</asset>
18+
19+
<worldbody>
20+
<light pos="0 0 3.5" dir="0 0 -1" directional="true"/>
21+
<geom name="floor" size="0 0 0.05" pos="0 0 0" type="plane" material="groundplane"/>
22+
</worldbody>
2423
</mujoco>

iit_softfoot/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# IIT SoftFoot Description (MJCF)
22

3-
Requires MuJoCo 3.2.0 or later.
3+
> [!IMPORTANT]
4+
> Requires MuJoCo 3.2.0 or later.
45
56
## Overview
67

@@ -16,16 +17,15 @@ This package is a reproduction of the simplified robot description (MJCF) develo
1617
## Usage
1718

1819
The SoftFoot model is intended to be attached as an end effector to a legged robot. This can be achieved through several methods:
20+
1921
- 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.
2022
- Procedurally attaching it through [`mjSpec`](https://mujoco.readthedocs.io/en/stable/programming/modeledit.html).
2123
- Adding the SoftFoot to the MJCF through the [`mjcf` python module](https://github.com/google-deepmind/dm_control/tree/main/dm_control/mjcf).
2224

23-
2425
## License
2526

2627
This model is released under an [BSD-3-Clause License](LICENSE).
2728

28-
2929
## Publications
3030

3131
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
5252
5353
@article{softfoot2024,
5454
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},
5757
year={2024},
5858
volume={40},
5959
number={},
6060
pages={3290-3305},
6161
keywords={Foot;Robots;Legged locomotion;Stability analysis;Robot kinematics;Shape;Humanoid robots;Adaptive foot;humanoid robots;soft robots},
6262
doi={10.1109/TRO.2024.3415237}
6363
}
64-

iit_softfoot/scene.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1+
<!-- This example scene attaches to a foot to a simple loading test rig, demonstrating
2+
the foot's compliance against an obstacle.-->
13
<mujoco model="softfoot scene">
2-
<!-- This example scene attaches to a foot to a simple loading test rig, demonstrating the foot's
3-
compliance against an obstacle.-->
4-
5-
<statistic center="0 0 0.55" extent="1.1"/>
4+
<statistic center="0 0 0.1" extent=".3"/>
65

76
<visual>
87
<headlight diffuse="0.6 0.6 0.6" ambient="0.3 0.3 0.3" specular="0 0 0"/>
@@ -27,6 +26,7 @@
2726
</body>
2827
<geom type="cylinder" euler="90 0 0" rgba="0.8 0.7 0.2 1" size="0.025 0.1"/>
2928
</worldbody>
29+
3030
<actuator>
3131
<position joint="load" kp="1000" ctrllimited="true" ctrlrange="0 0.3"/>
3232
</actuator>

0 commit comments

Comments
 (0)