CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
compressed_image.hpp
Go to the documentation of this file.
1
8namespace sensor_msgs::msg {
16public:
17 // This message contains a compressed image.
18
20 // Header frame_id should be optical frame of camera
21 // origin of frame should be optical center of cameara
22 // +x should point to the right in the image
23 // +y should point down in the image
24 // +z should point into to plane of the image
25
26 std::string format;
27 // Acceptable values:
28 // jpeg, png, tiff
29
30 std::vector<uint8_t> data;
31};
32} // namespace sensor_msgs::msg
ROS message class definition for CompressedImage.
Definition compressed_image.hpp:15
std_msgs::msg::Header header
Header timestamp should be acquisition time of image.
Definition compressed_image.hpp:19
std::string format
Specifies the format of the data.
Definition compressed_image.hpp:26
std::vector< uint8_t > data
Compressed image buffer.
Definition compressed_image.hpp:30
ROS message class definition for Header.
Definition header.hpp:17
message definitions of the sensor_msgs package
Definition battery_state.hpp:8