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
Add MujocoRigidBodyPropertiesCfg with gravity_compensation_scale
(body-level, written to mjc:gravcomp) and MujocoJointDrivePropertiesCfg
with gravity_compensation (joint-level, written to mjc:actuatorgravcomp)
for the Newton/MuJoCo simulation backend.
Both classes use _usd_namespace and _usd_attr_name_map metadata so
the modify functions handle them generically with no backend-specific
branching.
Also extends modify_rigid_body_properties to support _usd_attr_name_map,
matching the joint drive path, for backends with non-camelCase attribute
names.
0 commit comments