Skip to content
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

Nested parts with non-zero placement (linked as Real) leads to incorrect placement of Link in the resulting URDF. #49

Open
drfenixion opened this issue Nov 30, 2024 · 1 comment

Comments

@drfenixion
Copy link
Owner

drfenixion commented Nov 30, 2024

Case structure.
Robot_Link->Real->Part->Part_with_non_zero_placement->body
Robot_Link->Real->Part->body

This will lead to wrong placement of Link in resulting URDF.

Workaround: avoid nested parts with non-zero placement
This is ok: Robot_Link->Real->Part->body
This is issue: Robot_Link->Real->Part->Part_with_non_zero_placement->body

This should be fixed in a future releases (by handling all types of nested parts).

@drfenixion drfenixion changed the title Nested Parts with non-zero placement of Real of Link leads to wrong placement in result URDF Nested Parts with non-zero placement of Real of Link leads to wrong placement in result URDF. You can take to fix. Nov 30, 2024
@drfenixion drfenixion changed the title Nested Parts with non-zero placement of Real of Link leads to wrong placement in result URDF. You can take to fix. Nested parts with non-zero placement (linked as Real) leads to incorrect placement of Link in the resulting URDF. You can take to fix. Nov 30, 2024
@drfenixion drfenixion changed the title Nested parts with non-zero placement (linked as Real) leads to incorrect placement of Link in the resulting URDF. You can take to fix. Nested parts with non-zero placement (linked as Real) leads to incorrect placement of Link in the resulting URDF. Jan 9, 2025
@drfenixion
Copy link
Owner Author

In progress

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant