-
Notifications
You must be signed in to change notification settings - Fork 44
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
Refactor Image Display to use ConvertToRGB function #212
Conversation
Signed-off-by: Ian Chen <ichen@osrfoundation.org>
Would this by chance close #177? |
ah forgot about that one - yes it'll close the issue |
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.
Looks good! And works as described. A few minor comments
Signed-off-by: Ian Chen <ichen@osrfoundation.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.
LGTM!
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Bumped the required |
This should be unblocked from the |
Signed-off-by: Ian Chen ichen@osrfoundation.org
🎉 New feature
Summary
Depends on gazebosim/gz-common#205
Updated Image Display to use the new
Image::ConvertToRGB
function for visualizing depth and thermal camera sensor images, see gazebosim/gz-common#205Test it
Run the sensors_demo.sdf world and you should see that the images in the the Image Display should be correctly rendered the same way as before.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge