-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link pose not exported in SDF #339
Comments
Hi @svepe, |
@hwiedPro , well, I've applied the changes you've mentioned (ea4b644) to my local Blender Phobos addon setup, and it seems, than it does the trick for me. Thank you! PS: The only note that is worth to make - it doesn't work (in some other way - correct position but wrong orientation) IF, let's say, you've added a link (joint), then rotated it for some angle and applied the rotation transformation. |
Exporting pose relative to root link because gazebo 9 ignores relative_to attribute
Exporting pose relative to root link because gazebo 9 ignores relative_to attribute
@skrymets Can you explain this in further detail in a new issue? |
Exporting pose relative to root link because gazebo 9 ignores relative_to attribute
Describe the bug
When an SDF is exported the link pose is no longer set. Previous version of phobos did put a
<pose>
tag relative to the parent joint, but this is no longer the case.To Reproduce
Steps to reproduce the behavior:
Export SDF from the attached .blend file which contains a simple example with only 2 links.
excavator_phobos_issue.blend.zip
Open the SDF in gazebo
Both links are shown at the world origin (0, 0, 0)
Expected behavior
The second link should be above the first one.
Adding the following line to the second link in the SDF fixes the issue
Desktop (please complete the following information):
Previous versions of phobos did not have this issue.
The text was updated successfully, but these errors were encountered: