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
Starting with a model loaded from disk (here lrmate200id.urdf):
Remove link_3. The geometry is correctly removed, and link_4 correctly reattached to link_2, but the TF frame remains (display of robot meshes was disabled for this screenshot):
expected behaviour: the frame link_3 should be removed as well and no longer show up in the visualiser.
The text was updated successfully, but these errors were encountered:
A possible fix might be to register for linkDeletion and/or jointDeletion signals and call the appropriate method(s) on the URDFTransformer instance in URDFProperty.
Starting with a model loaded from disk (here
lrmate200id.urdf
):Remove
link_3
. The geometry is correctly removed, andlink_4
correctly reattached tolink_2
, but the TF frame remains (display of robot meshes was disabled for this screenshot):expected behaviour: the frame
link_3
should be removed as well and no longer show up in the visualiser.The text was updated successfully, but these errors were encountered: