DepthCamera and RGBDCamera - optimize RGB point cloud connection#413
Merged
iche033 merged 1 commit intogz-sensors8from Jan 26, 2024
Merged
DepthCamera and RGBDCamera - optimize RGB point cloud connection#413iche033 merged 1 commit intogz-sensors8from
iche033 merged 1 commit intogz-sensors8from
Conversation
Signed-off-by: Ian Chen <ichen@openrobotics.org>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## gz-sensors8 #413 +/- ##
===============================================
- Coverage 72.78% 72.77% -0.02%
===============================================
Files 36 36
Lines 4972 4980 +8
===============================================
+ Hits 3619 3624 +5
- Misses 1353 1356 +3 ☔ View full report in Codecov by Sentry. |
8 tasks
ahcorde
approved these changes
Jan 25, 2024
Contributor
Author
|
merging this as it does not require an upstream release. For binary installs, the perf improvement will only kick in when a gz-rendering8 release is made |
This was referenced Nov 29, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🦟 Bug fix
Summary
Related pull request: gazebosim/gz-rendering#965
To be used together with gazebosim/gz-rendering#965
Here are the results showing the time taken to perform a Render() operation by the depth camera in gz-rendering before and after the changes.
Checklist
codecheckpassed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-bymessages.