|
playerc_laser_t Struct Reference
[laser]
#include <playerc.h>
List of all members.
Detailed Description
Laser proxy data.
Member Data Documentation
|
Device info; must be at the start of all device structures. |
|
Laser geometry in the robot cs: pose gives the position and orientation, size gives the extent. These values are filled in by playerc_laser_get_geom(). |
|
Number of points in the scan. |
|
Start bearing of the scan (radians). |
|
Angular resolution of the scan (radians). |
|
Range resolution multiplier |
|
Raw range data; range (m). |
|
Scan data; range (m) and bearing (radians). |
|
Scan data; x, y position (m). |
|
Scan reflection intensity values (0-3). Note that the intensity values will only be filled if intensity information is enabled (using the set_config function). |
The documentation for this struct was generated from the following file:
Generated on Tue May 3 14:16:03 2005 for Player by 1.3.6
|