image_pipeline icon indicating copy to clipboard operation
image_pipeline copied to clipboard

add image_flip node

Open mikeferguson opened this issue 1 year ago • 1 comments

This is a continuation of https://github.com/ros-perception/image_pipeline/pull/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)
  • [ ] Adds documentation

mikeferguson avatar Feb 12 '24 18:02 mikeferguson

After reviewing this closer - I may also make both nodes derive from a base class to avoid so much duplicated code

mikeferguson avatar Feb 12 '24 18:02 mikeferguson