|
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
playerc_bumper_t Struct Reference |
Public Attributes | |
playerc_device_t | info |
int | pose_count |
double | poses [PLAYERC_BUMPER_MAX_SAMPLES][5] |
int | bumper_count |
double | bumpers [PLAYERC_BUMPER_MAX_SAMPLES] |
|
Device info; must be at the start of all device structures. |
|
Number of pose values. |
|
Pose of each bumper relative to robot (mm, mm, deg, mm, mm). This structure is filled by calling playerc_bumper_get_geom(). values are x,y (of center) ,normal,length,curvature |
|
Number of points in the scan. |
|
Bump data: unsigned char, either boolean or code indicating corner. |