|
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
playerc_position3d_t Struct Reference |
Public Attributes | |
playerc_device_t | info |
double | pose [3] |
double | size [2] |
double | pos_x |
double | pos_y |
double | pos_z |
double | pos_roll |
double | pos_pitch |
double | pos_yaw |
double | vel_x |
double | vel_y |
double | vel_z |
double | vel_roll |
double | vel_pitch |
double | vel_yaw |
int | stall |
|
Device info; must be at the start of all device structures. |
|
Robot geometry in robot cs: pose gives the position3d and orientation, size gives the extent. These values are filled in by playerc_position3d_get_geom(). |
|
|
|
Device position (m). |
|
Device position (m). |
|
Device position (m). |
|
Device orientation (radians). |
|
Device orientation (radians). |
|
Device orientation (radians). |
|
Linear velocity (m/s). |
|
Linear velocity (m/s). |
|
Linear velocity (m/s). |
|
Angular velocity (radians/sec). |
|
Angular velocity (radians/sec). |
|
Angular velocity (radians/sec). |
|
Stall flag [0, 1]. |