Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bullet-featherstone: Fix attaching fixed joint between models with in…
…ertial pose offset (gazebosim#653) When creating a fixed constraint between links, the SetJointTransformFromParent currently does not take into account the inertial pose. If an inertial pose offset exists, the fixed constraint causes the 2 models to be displaced from their original position. This PR updates the calculation in SetJointTransformFromParent to include inertial pose offset. The detachable_joint.world test world is updated to use a model with inertial pose offset - this world is used by the CorrectAttachmentPoints test in detachable_joint common test. The test fails without the changes in this PR. --------- Signed-off-by: Ian Chen <[email protected]>
- Loading branch information