-
Notifications
You must be signed in to change notification settings - Fork 276
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
Label Component & System #853
Conversation
Signed-off-by: AmrElsersy <amrelsersay@gmail.com>
Modified the RenderUtil & SdfEntityCreator to recognize the new components Signed-off-by: AmrElsersy <amrelsersay@gmail.com>
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.
Looking good so far! Would you mind adding an integration test for the plugin? You can refer to other plugin integration tests as an example in the test/integration
directory.
Signed-off-by: AmrElsersy <amrelsersay@gmail.com>
@AmrElsersy let's continue this conversation in gazebosim/gz-rendering#334 since you posted some follow-up comments about this there |
Signed-off-by: AmrElsersy <amrelsersay@gmail.com>
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.
Conflicts
…into main Signed-off-by: AmrElsersy <amrelsersay@gmail.com>
I could track the actor visual and set its user data with the label ... but when the material switching happen in the rendering PR .. I found a strange behavior in the actor visual |
Signed-off-by: AmrElsersy <amrelsersay@gmail.com>
…into main Signed-off-by: AmrElsersy <amrelsersay@gmail.com>
Signed-off-by: Ashton Larkin <ashton@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.
This PR has been updated to only include functionality for the segmentation sensor for now. Once the initial fortress release is out and we add in the bounding box sensor in a minor release, we can merge #1040 to re-add the bounding box functionality for this plugin.
Signed-off-by: Ashton Larkin <ashton@openrobotics.org>
@chapulina I forgot to mention that when I run
I don't think these errors are related to this PR though. Have you seen this before? |
Agreed that these don't seem to be related to the PR, the models don't seem right |
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.
I'm having some issues loading some of the models in the example world, but besides that everything else seems to be in place 👍
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Codecov Report
@@ Coverage Diff @@
## main #853 +/- ##
==========================================
- Coverage 63.61% 63.60% -0.02%
==========================================
Files 252 254 +2
Lines 19794 19937 +143
==========================================
+ Hits 12592 12680 +88
- Misses 7202 7257 +55
Continue to review full report at Codecov.
|
Signed-off-by: Louise Poubel <louise@openrobotics.org>
🎉 New feature
related to #134 #135
Summary
The goal of the PR is to add a way to add labels to visuals via SDF to be used in Segmentation & BoundingBox cameras.
Depends on
SDF #592
Features
How to use
use that plugin format to add label in the tag (for ex: 1)
The plugin can be added also to the parent model
Or to the tag of fuel models
Checklist
sh tools/code_check.sh
)Notes: