-
Notifications
You must be signed in to change notification settings - Fork 295
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
Add functionality to add entities via the entity tree #1101
Conversation
Signed-off-by: Michael Carroll <michael@openrobotics.org>
Signed-off-by: Michael Carroll <michael@openrobotics.org>
Codecov Report
@@ Coverage Diff @@
## ign-gazebo6 #1101 +/- ##
===============================================
+ Coverage 62.16% 62.27% +0.10%
===============================================
Files 256 257 +1
Lines 20395 20440 +45
===============================================
+ Hits 12679 12728 +49
+ Misses 7716 7712 -4
Continue to review full report at Codecov.
|
I think @jennuine implemented the ability to drag-drop a mesh file into the GUI in order to create a model. Would it be possible to have the |
Signed-off-by: Nate Koenig <nate@openrobotics.org> Co-authored-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Michael Carroll <michael@openrobotics.org>
Signed-off-by: Michael Carroll <michael@openrobotics.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works great
Signed-off-by: Nate Koenig <nate@openrobotics.org>
🎉 New feature
Summary
Put an "Insert Entity" button in the header of the entity tree.
Test it
Open gazebo with the EntityTree loaded. Click the "plus" button in the upper right and add entities.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge