|
player_nomad_data Struct Reference
[nomad]
#include <player.h>
List of all members.
Detailed Description
Data.
The nomad data packet provides a pose estimate, sonar and infrared range readings, and bumper contact readings.
|
Public Attributes |
int32_t | x |
int32_t | y |
int32_t | a |
int32_t | vel_trans |
int32_t | vel_steer |
int32_t | vel_turret |
uint16_t | sonar [PLAYER_NOMAD_SONAR_COUNT] |
uint16_t | ir [PLAYER_NOMAD_IR_COUNT] |
uint8_t | bumper [PLAYER_NOMAD_BUMPER_COUNT] |
Member Data Documentation
|
translation velocity (in native Nomad units) |
|
steering velocity (in native Nomad units) |
|
turret rotation velocity (in native Nomad units) |
|
sonar range sensors: range in mm |
|
infrared range sensors: range in mm |
|
bump sensors: zero - no contact, non-zero - contact |
The documentation for this struct was generated from the following file:
Generated on Tue May 3 14:15:58 2005 for Player by 1.3.6
|