|
player_laser_config Struct Reference
[laser]
#include <player.h>
List of all members.
Detailed Description
Configuration request: Get/set scan properties.
The scan configuration (resolution, aperture, etc) can be queried using the PLAYER_LASER_GET_CONFIG request and modified using the PLAYER_LASER_SET_CONFIG request. Read the documentation for your driver to determine what configuration values are permissible.
Member Data Documentation
|
The packet subtype. Set this to PLAYER_LASER_SET_CONFIG to set the laser configuration; or set to PLAYER_LASER_GET_CONFIG to get the laser configuration. |
|
Start and end angles for the laser scan (in units of 0.01 degrees). Valid range is -9000 to +9000. |
|
Start and end angles for the laser scan (in units of 0.01 degrees). Valid range is -9000 to +9000. |
|
Scan resolution (in units of 0.01 degrees). Valid resolutions are 25, 50, 100. |
|
Range Resolution. Valid: 1, 10, 100 (For mm, cm, dm). |
|
Enable reflection intensity data. |
The documentation for this struct was generated from the following file:
Generated on Tue May 3 14:15:56 2005 for Player by 1.3.6
|