-
Notifications
You must be signed in to change notification settings - Fork 734
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 image_flip node #942
add image_flip node #942
Conversation
After reviewing this closer - I may also make both nodes derive from a base class to avoid so much duplicated code |
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.
is this PR still relevant ? there are some conflicts
3e0a03d
to
c5787d9
Compare
@mikeferguson ready for review ? |
Yes, I was originally planning to try and merge the two nodes... but, yeah, that turns out to be messier than I thought. |
@mikeferguson do you want to backport this PR ? |
https://github.com/Mergifyio backport jazzy |
✅ Backports have been created
|
This is a continuation of #756: * [x] Squashed 16 commits in original PR for ease of rebase/review * [x] Moved node into image_rotate package * [x] Added lazy subscriber * [x] Removes QoS parameters - will add proper QoS overrides in a different PR (when we do the same for image_rotate) * [x] Adds documentation --------- Co-authored-by: David Conner <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]> (cherry picked from commit c8622e7)
This is a continuation of #756: * [x] Squashed 16 commits in original PR for ease of rebase/review * [x] Moved node into image_rotate package * [x] Added lazy subscriber * [x] Removes QoS parameters - will add proper QoS overrides in a different PR (when we do the same for image_rotate) * [x] Adds documentation<hr>This is an automatic backport of pull request #942 done by [Mergify](https://mergify.com). Co-authored-by: Michael Ferguson <[email protected]>
This is a continuation of #756: