File tree Expand file tree Collapse file tree
source/isaaclab_newton/changelog.d Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Added
2+ ^^^^^
3+
4+ * Added MuJoCo tendon parsing to Newton physics replication.
5+ :func: `~isaaclab_newton.cloner.newton_replicate._build_newton_builder_from_mapping `
6+ now includes :class: `SchemaResolverMjc ` in its resolver list and calls
7+ ``SolverMuJoCo.register_custom_attributes `` on the main builder so that
8+ ``MjcTendon `` prims (e.g. Shadow Hand fixed tendons) are included in the
9+ replicated Newton model.
10+
11+ Fixed
12+ ^^^^^
13+
14+ * Fixed MuJoCo tendon duplication in Newton physics replication where
15+ :func: `~isaaclab_newton.cloner.newton_replicate._build_newton_builder_from_mapping `
16+ called ``add_builder `` once per environment, causing each call to append
17+ tendon custom-attribute entries and resulting in N×T total entries instead of
18+ the expected T. Added :func: `~isaaclab_newton.cloner.newton_replicate._deduplicate_tendon_attributes `
19+ to trim all ``mujoco:tendon* `` lists to the world-0 count after the build loop.
You can’t perform that action at this time.
0 commit comments