ROS message class definition for Image.
Definition image.hpp:16
uint32_t width
image width, that is, number of columns
Definition image.hpp:32
uint32_t height
image height, that is, number of rows
Definition image.hpp:31
uint8_t is_bigendian
is this data bigendian?
Definition image.hpp:41
std::string encoding
Encoding of pixels – channel meaning, ordering, size.
Definition image.hpp:38
std::vector< uint8_t > data
actual matrix data, size is (step * rows)
Definition image.hpp:43
uint32_t step
Full row length in bytes.
Definition image.hpp:42
std_msgs::msg::Header header
Header timestamp should be acquisition time of image.
Definition image.hpp:21
message definitions of the sensor_msgs package
Definition battery_state.hpp:8