|
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
sonar |
Classes | |
struct | player_sonar_data |
Data. More... | |
struct | player_sonar_geom |
Configuration request: Query geometry. More... | |
struct | player_sonar_power_config |
Configuration request: Sonar power. More... | |
Defines | |
#define | PLAYER_SONAR_MAX_SAMPLES 64 |
#define | PLAYER_SONAR_GET_GEOM_REQ ((uint8_t)1) |
#define | PLAYER_SONAR_POWER_REQ ((uint8_t)2) |
Typedefs | |
typedef player_sonar_data | player_sonar_data_t |
Data. | |
typedef player_sonar_geom | player_sonar_geom_t |
Configuration request: Query geometry. | |
typedef player_sonar_power_config | player_sonar_power_config_t |
Configuration request: Sonar power. |
|
maximum number of sonar samples in a data packet |
|
|
|
|
|
Data.
The |
|
Configuration request: Query geometry. To query the geometry of the sonar transducers, use this request, but only fill in the subtype. The server will reply with the other fields filled in. |
|
Configuration request: Sonar power. On some robots, the sonars can be turned on and off from software. To do so, issue a request of this form. The server will reply with a zero-length acknowledgement. |