ros_foxglove_msgs/CompressedImage Message

File: ros_foxglove_msgs/CompressedImage.msg

Raw Message Definition

# foxglove_msgs/msg/CompressedImage
# A compressed image

# Generated by https://github.com/foxglove/schemas

# Timestamp of image
builtin_interfaces/Time timestamp

# Frame of reference for the image. The origin of the frame is the optical center of the camera. +x points to the right in the image, +y points down, and +z points into the plane of the image.
string frame_id

# Compressed image data
uint8[] data

# Image format

# Supported values: image media types supported by Chrome, such as `webp`, `jpeg`, `png`
string format

Compact Message Definition

builtin_interfaces/Time timestamp
string frame_id
uint8[] data
string format