Commit 3d7a2ed
Horde
Enable MuJoCo tendon parsing in Newton physics replication
Add SchemaResolverMjc to the schema resolver list and call
SolverMuJoCo.register_custom_attributes on the main ModelBuilder before
add_usd in newton_replicate.py. Both are required for MjcTendon prims
(fixed-tendon schema in USD) to be recognized and land in the MuJoCo
solver model. Without this, USD assets that carry tendon annotations
(e.g. MuJoCo Menagerie's Shadow Hand) were silently parsed without
tendons, causing the fixed-tendon finger coupling to be absent from the
Newton simulation.
Bumps isaaclab_newton to 0.5.15.1 parent 2c9b667 commit 3d7a2ed
3 files changed
Lines changed: 21 additions & 3 deletions
File tree
- source/isaaclab_newton
- config
- docs
- isaaclab_newton/cloner
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
4 | 19 | | |
5 | 20 | | |
6 | 21 | | |
| |||
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
| 59 | + | |
| 60 | + | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
| |||
0 commit comments