|
gz_stereo_data Struct ReferenceStereo interface data.
More...
|
Public Attributes | |
gz_data_t | head |
Common data structure. | |
double | time |
Data timestamp. | |
unsigned int | width |
Image dimensions (in pixels). | |
unsigned int | height |
Image dimensions (in pixels). | |
unsigned int | left_image_size |
Left image (packed RGB888). | |
unsigned char | left_image [GAZEBO_STEREO_MAX_RGB_SIZE] |
unsigned int | right_image_size |
Right image (packed RGB888). | |
unsigned char | right_image [GAZEBO_STEREO_MAX_RGB_SIZE] |
unsigned int | left_disparity_size |
Left disparity image (packed float). | |
float | left_disparity [GAZEBO_STEREO_MAX_DISPARITY_SIZE] |
unsigned int | right_disparity_size |
Right disparity image (packed float). | |
float | right_disparity [GAZEBO_STEREO_MAX_DISPARITY_SIZE] |
|
Common data structure.
|
|
Data timestamp.
|
|
Image dimensions (in pixels).
|
|
Image dimensions (in pixels).
|
|
Left image (packed RGB888).
|
|
|
|
Right image (packed RGB888).
|
|
|
|
Left disparity image (packed float).
|
|
|
|
Right disparity image (packed float).
|
|
|