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
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).
The text was updated successfully, but these errors were encountered:
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
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
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
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).
The text was updated successfully, but these errors were encountered: