stg_laser_config_t Struct Reference
[Models]

#include <stage.h>


Detailed Description

laser configuration packet


Data Fields

stg_radians_t fov
stg_meters_t range_max
stg_meters_t range_min
int resolution
int samples

Field Documentation

stg_radians_t stg_laser_config_t::fov
 

field of view

stg_meters_t stg_laser_config_t::range_max
 

the maximum range

stg_meters_t stg_laser_config_t::range_min
 

the miniimum range

int stg_laser_config_t::resolution
 

To save time, only calculate every <resolution> samples and linearly interpolate the samples in between. Defaults to zero for best accuracy but worst performance

int stg_laser_config_t::samples
 

the number of range measurements (and thus the size of the array of stg_laser_sample_t's returned)


The documentation for this struct was generated from the following file:
Generated on Thu Dec 13 13:55:22 2007 for Stage by  doxygen 1.4.6