-
Notifications
You must be signed in to change notification settings - Fork 350
fixup image_pipeline_demo #755
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
Conversation
Signed-off-by: William Woodall <wjwwood@intrinsic.ai>
Signed-off-by: William Woodall <wjwwood@intrinsic.ai>
Signed-off-by: William Woodall <wjwwood@intrinsic.ai>
|
Opened ros2/ros2_documentation#6041 to update the docs and screenshots. |
Signed-off-by: William Woodall <wjwwood@intrinsic.ai>
fujitatomoya
left a comment
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 with green CI.
@wjwwood thanks for taking time to fix this!
mini-1235
left a comment
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.
Thanks for fixing this!
|
Pulls: #755 |
|
@ahcorde I went and found the restarted CI jobs, they all passed, see my updated comment. |
|
I'll wait though, since your CI does slightly more, |
|
https://github.com/Mergifyio backport kilted jazzy humble |
✅ Backports have been created
|
Signed-off-by: William Woodall <wjwwood@intrinsic.ai> (cherry picked from commit 91c63e5)
Signed-off-by: William Woodall <wjwwood@intrinsic.ai> (cherry picked from commit 91c63e5)
Signed-off-by: William Woodall <wjwwood@intrinsic.ai> (cherry picked from commit 91c63e5)
Description
User's noticed (ros2/ros2_documentation#2333) that the behavior of the
image_pipeline_demorelated binaries in theintra_process_demopackage were not behaving as depicted in the screenshots and not as described in the demo text.This pull request was opened to fix the documentation and screenshots (ros2/ros2_documentation#5988), but I noticed and realized it was actually the demo code that was wrong and the demo documentation and screenshots were what should have been happening. I tracked it down to this commit that I made years ago that broke the expected behavior: 456b5ba
So this pull request fixed the behavior (using a
unique_ptrinstead of ashared_ptrin the image viewer), as well as modernizes it a bit, with better resolutions, text font size, and better window titles.I will fixup the documentation too, with new screenshots and some slightly adjusted text to make sure everything is the way it was supposed to be. See ros2/ros2_documentation#6041
Fixes ros2/ros2_documentation#2333
Is this user-facing behavior change?
Yes, the demo should now work as intended.
Did you use Generative AI?
No.
Additional Information
As the original author of the demo, I believe this is the behavior I was intending to demonstrate here.