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
Sets joint_friction_coeff only for selected physx_env_ids (isaac-sim#3119)
# Bugfix
Previously, self._data.joint_dynamic_friction_coeff was being set for
all environments, regardless of the intended targets. This behavior is
incorrect — the friction coefficient should only be set for the
specified physx_env_ids.
Co-authored-by: ooctipus <zhengyuz@nvidia.com>
Co-authored-by: Kelly Guo <kellyg@nvidia.com>
0 commit comments