|
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] |