Commit 3b801da
Explicitly disable tendon range limits and actuator force limits in rodent.xml.
- This model has a bunch of ranges defined (tendon length ranges and actuator force-limit ranges) that are actually inactive due to the associated "limited" property not being set to "true".
- A recent change in MuJoCo enabled automatically inferring the "limited" property according to the presence of the associated "range" property, which changed the behaviour of this model and helped us realise the above situation.
- This CL explicitly disables tendon ranges limits and actuator force limits while leaving the ranges in place, so the model behaviour remains unchanged.
- Since many of the numbers seem to be carefully calibrated, it might be worth investigating in the future whether the limits should actually be activated.
PiperOrigin-RevId: 468690429
Change-Id: Icd097a2cafe15e910bca71c5378bddcf3d92665a1 parent 0281b11 commit 3b801da
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments