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
A common model composition paradigm used in our org is to model robot arms and end-effectors separately and connect them
together with fixed joints, as such:
However, pose updates seem to be wrong for the included model since updating to Ignition Edifice. I have a simple test sdf file with two double pendulums (video attached). Both pendulums are planar and have the base link fixed to the world, followed by revolute joint - link - revolute joint - link. The left pendulum is modeled with a nested model, i.e. model{revolute joint - link} - revolute joint - link, whereas the right pendulum is modeled as a flat list.
The link poses are correct for the right pendulum, whereas they are wrong for some of the links for the left nested pendulum.
Environment
Description
A common model composition paradigm used in our org is to model robot arms and end-effectors separately and connect them
together with fixed joints, as such:
However, pose updates seem to be wrong for the included model since updating to Ignition Edifice. I have a simple test sdf file with two double pendulums (video attached). Both pendulums are planar and have the base link fixed to the world, followed by revolute joint - link - revolute joint - link. The left pendulum is modeled with a nested model, i.e. model{revolute joint - link} - revolute joint - link, whereas the right pendulum is modeled as a flat list.
The link poses are correct for the right pendulum, whereas they are wrong for some of the links for the left nested pendulum.
Steps to reproduce
Output
test_pendulums.txt
![Screen Shot 2021-06-21 at 12 39 20 PM](https://user-images.githubusercontent.com/2412842/122818208-c4dd6f00-d28d-11eb-82e9-0903cc3af9e6.png)
https://user-images.githubusercontent.com/2412842/122818055-92cc0d00-d28d-11eb-926c-ccdc9a169f4c.mov
The text was updated successfully, but these errors were encountered: