Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
image_publisher: Fix image, constantly flipping when static image is …
…published (backport #986) (#988) 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`.<hr>This is an automatic backport of pull request #986 done by [Mergify](https://mergify.com). Co-authored-by: Krzysztof Wojciechowski <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
- Loading branch information