|
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
player_laser_data Struct Reference |
Public Attributes | |
int16_t | min_angle |
int16_t | max_angle |
uint16_t | resolution |
uint16_t | range_res |
uint16_t | range_count |
uint16_t | ranges [PLAYER_LASER_MAX_SAMPLES] |
uint8_t | intensity [PLAYER_LASER_MAX_SAMPLES] |
|
Start and end angles for the laser scan (in units of 0.01 degrees). |
|
Start and end angles for the laser scan (in units of 0.01 degrees). |
|
Angular resolution (in units of 0.01 degrees). |
|
range resolution. ranges should be multipled by this. |
|
Number of range/intensity readings. |
|
Range readings (mm). |
|
Intensity readings. |