-
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
Add bounding boxes back into the label system plugin #1040
Conversation
Signed-off-by: AmrElsersy <amrelsersay@gmail.com>
Modified the RenderUtil & SdfEntityCreator to recognize the new components Signed-off-by: AmrElsersy <amrelsersay@gmail.com>
Signed-off-by: AmrElsersy <amrelsersay@gmail.com>
Signed-off-by: AmrElsersy <amrelsersay@gmail.com>
…into main Signed-off-by: AmrElsersy <amrelsersay@gmail.com>
Signed-off-by: AmrElsersy <amrelsersay@gmail.com>
Signed-off-by: AmrElsersy <amrelsersay@gmail.com>
Signed-off-by: AmrElsersy <amrelsersay@gmail.com>
Signed-off-by: AmrElsersy <amrelsersay@gmail.com>
Signed-off-by: AmrElsersy <amrelsersay@gmail.com>
…into main Signed-off-by: AmrElsersy <amrelsersay@gmail.com>
Signed-off-by: Ashton Larkin <ashton@openrobotics.org>
Signed-off-by: Ashton Larkin <ashton@openrobotics.org>
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: Louise Poubel <louise@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.
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Codecov Report
@@ Coverage Diff @@
## ign-gazebo6 #1040 +/- ##
===============================================
- Coverage 64.04% 64.00% -0.04%
===============================================
Files 316 317 +1
Lines 25478 25509 +31
===============================================
+ Hits 16317 16328 +11
- Misses 9161 9181 +20
Continue to review full report at Codecov.
|
🎉 New feature
Summary
This builds on top of #853 to add the bounding box functionality back into the label system. This was originally a part of #853, but since we are only supporting the segmentation sensor in the initial Fortress release, the bounding box functionality has been placed here and will be merged in once the other bounding box PRs in
ign-sensors
andign-rendering
have been merged.Test it
TODO tests need to be added for this system plugin
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge