ipm_data_message Struct Reference
[Inverse Perspective Mapping]

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

Detailed Description

This data has the birdview plus the laser scans, if being used.


Field Documentation

The y dimension of the image in pixels.

Referenced by query_image_handler(), query_sensordata_handler(), and subscribe_ipm_initial_data().

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().

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().

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().


The documentation for this struct was generated from the following file:
Generated on Wed Jun 2 12:43:29 2010 for LAR Atlas by  doxygen 1.6.3