We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb402d commit 270d11dCopy full SHA for 270d11d
1 file changed
genesis/engine/couplers/ipc_coupler/coupler.py
@@ -209,7 +209,7 @@ def _setup_coupling_config(self):
209
coup_type = entity.material.coup_type
210
if coup_type is None:
211
# Auto-select based on entity type
212
- if entity.n_joints > 0:
+ if entity.n_dofs > 0:
213
coup_type = "external_articulation" if entity.base_link.is_fixed else "two_way_soft_constraint"
214
else:
215
coup_type = "ipc_only"
0 commit comments