URDF does not generate properly when there is a component defined within another component in the Fusion 360 hierarchy
apric0ts opened this issue · 0 comments
apric0ts commented
If there is a component within a component, get_flat_body()
will not populate body_list
with the bodies from that specific component that houses other bodies and the component.
For example, here is a hierarchy with components only having bodies within:
These are the bodies that are generated in body_list:
Then here is another hierarchy with a component within another component:
These are the bodies that are generated in body_list:
It is shown here that the bodies from the component that houses another component do not appear.