This data has the birdview plus the laser scans, if being used. More...
#include <ipm_messages.h>
Data Fields | |
int | width |
int | height |
int | bytes_per_pixel |
int | image_size |
char * | image |
int | numlaserpts |
int * | xpts |
int * | ypts |
double | rawdata_timestamp |
double | processing_time |
double | timestamp |
char * | host |
This data has the birdview plus the laser scans, if being used.
Usually 3 (RGB).
Referenced by query_image_handler(), query_sensordata_handler(), and subscribe_ipm_initial_data().
The y dimension of the image in pixels.
Referenced by query_image_handler(), query_sensordata_handler(), and subscribe_ipm_initial_data().
char* ipm_data_message::host |
Host computer name from where the message was sent. Always here and given by carmen_get_host()
Referenced by query_image_handler(), query_sensordata_handler(), and subscribe_ipm_initial_data().
char* ipm_data_message::image |
Referenced by query_image_handler(), query_sensordata_handler(), and subscribe_ipm_initial_data().
width*height*bytes_per_pixel.
Referenced by query_image_handler(), query_sensordata_handler(), and subscribe_ipm_initial_data().
The number of laser pts.
Referenced by query_sensordata_handler(), and subscribe_ipm_initial_data().
Referenced by main().
The raw data timestamp. Perhaps this should not be used.
Referenced by main(), query_sensordata_handler(), and subscribe_ipm_initial_data().
double ipm_data_message::timestamp |
timestamp of message. Should always be here and indicates the message time given by carmen_get_time()
Referenced by query_image_handler(), query_sensordata_handler(), and subscribe_ipm_initial_data().
The x dimension of the image in pixels.
Referenced by query_image_handler(), query_sensordata_handler(), and subscribe_ipm_initial_data().
The x coordinates of laser pts, the same units as PPM, i.e., milimeters.
Referenced by query_sensordata_handler(), and subscribe_ipm_initial_data().
The y coordinates of laser pts, the same units as PPM, i.e., milimeters.
Referenced by query_sensordata_handler(), and subscribe_ipm_initial_data().