Skip to content

How do I handle "Model unable to assemble" issues? #862

Answered by adamkewley
adamkewley asked this question in Q&A
Discussion options

You must be logged in to vote

The reason that error tends to happen is because the model is requesting an "impossible" situation. For example, using a WeldConstraint to weld A to B, while also using another WeldConstraint to weld A to C, where B and C are spatially separate and cannot be moved next to eachover. It's impossible for the physics engine to give you what you're asking for, and that problem manifests as this error message.

However, in your case, you have a FreeJoint that you would (reasonably) expect to be "floppy" enough to move around when other constraints are applied. E.g. if your topology is something like (numbers here indicate exo parts):

  • ArmAboveElbow <---- WeldJoint <---- 1
  • 1 <---- WeldJoint <---- 2

Replies: 1 comment

Comment options

adamkewley
May 2, 2024
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by adamkewley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant