Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rolling] image_publisher: Fix image, constantly flipping when static…
… image is published (#986) Continuation of #984. When publishing video stream from a camera, the image was flipped correctly. Yet for a static image, which was loaded once, the flip function was applied every time `ImagePublisher::doWork()` was called, resulting in the published image being flipped back and forth all the time. This PR should be straightforward to port it to `Humble`, `Iron` and `Jazzy`. (cherry picked from commit 7f25ec9)
- Loading branch information