player_laser_data Struct Reference

Data: scan (PLAYER_LASER_DATA_SCAN) More...

#include <player_interfaces.h>

List of all members.

Public Attributes

float min_angle
 Start and end angles for the laser scan [rad].
float max_angle
 Start and end angles for the laser scan [rad].
float resolution
 Angular resolution [rad].
float max_range
 Maximum range [m].
uint32_t ranges_count
 Number of range readings.
float * ranges
 Range readings [m].
uint32_t intensity_count
 Number of intensity readings.
uint8_t * intensity
 Intensity readings.
uint32_t id
 A unique, increasing, ID for the scan.

Detailed Description

Data: scan (PLAYER_LASER_DATA_SCAN)

The basic laser data packet.


Member Data Documentation

Intensity readings.

Start and end angles for the laser scan [rad].

Maximum range [m].

Start and end angles for the laser scan [rad].

Range readings [m].

Number of range readings.

Angular resolution [rad].


The documentation for this struct was generated from the following file:

Last updated 25 May 2011 21:17:00