|
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
playerc_sonar_t Struct Reference |
Public Attributes | |
playerc_device_t | info |
int | pose_count |
double | poses [PLAYERC_SONAR_MAX_SAMPLES][3] |
int | scan_count |
double | scan [PLAYERC_SONAR_MAX_SAMPLES] |
|
Device info; must be at the start of all device structures. |
|
Number of pose values. |
|
Pose of each sonar relative to robot (m, m, radians). This structure is filled by calling playerc_sonar_get_geom(). |
|
Number of points in the scan. |
|
Scan data: range (m). |