We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The currently implemented context menus allow a user to add elements like visual and collision, but they can't be deleted yet.
visual
collision
This should be added. It should be possible to delete all elements.
The text was updated successfully, but these errors were encountered:
TODO: should the UI allow the user to end up with illegal URDFs (ie: through deleting elements that are actually required in a minimal urdf)?
Sorry, something went wrong.
I already see both Add and Remove on the context menus when I right-click on a link in the property browser. Is this a different issue?
Yes: the UI has both a tree and a list view. The 'property widget' is the list view. That only allows/ed adding properties, not removing them.
Additionally: this issue talks about properties, which links and joints are not (they have properties, but that is something different).
link
joint
Levi-Armstrong
No branches or pull requests
The currently implemented context menus allow a user to add elements like
visual
andcollision
, but they can't be deleted yet.This should be added. It should be possible to delete all elements.
The text was updated successfully, but these errors were encountered: