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

Deleting a link does not remove the associated TF frame #112

Open
gavanderhoorn opened this issue May 20, 2016 · 2 comments
Open

Deleting a link does not remove the associated TF frame #112

gavanderhoorn opened this issue May 20, 2016 · 2 comments

Comments

@gavanderhoorn
Copy link
Member

Starting with a model loaded from disk (here lrmate200id.urdf):

screenshot from 2016-05-20 18 27 30

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):

screenshot from 2016-05-20 18 29 12

expected behaviour: the frame link_3 should be removed as well and no longer show up in the visualiser.

@gavanderhoorn
Copy link
Member Author

I've made this a minor issue as it's a visualisation thing more than anything else.

@gavanderhoorn
Copy link
Member Author

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.

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

No branches or pull requests

1 participant