Inherits from: ROSClientA ROS client for handling image messages.This class inherits from ROSClient and provides functionality for publishing and
receiving image messages over ROS topics, with support for various image encodings
and formats.
Decoded image array in RGB format (for color images) or
grayscale format (for ‘32FC1’). For RGB format, has shape (height, width, 3).
For grayscale, has shape (height, width, 1).