playerc_position1d_t Struct Reference
[position1d]
#include <playerc.h>
Collaboration diagram for playerc_position1d_t:

Detailed Description
Position1d device data.
Definition at line 2520 of file playerc.h.
Public Attributes | |
| playerc_device_t | info |
| Device info; must be at the start of all device structures. | |
| double | pose [3] |
| Robot geometry in robot cs: pose gives the position1d and orientation, size gives the extent. | |
| double | size [2] |
| double | pos |
| Odometric pose [m] or [rad]. | |
| double | vel |
| Odometric velocity [m/s] or [rad/s]. | |
| int | stall |
| Stall flag [0, 1]. | |
| int | status |
Status bitfield of extra data in the following order:
| |
Member Data Documentation
| double playerc_position1d_t::pose[3] |
Robot geometry in robot cs: pose gives the position1d and orientation, size gives the extent.
These values are filled in by playerc_position1d_get_geom().
Definition at line 2528 of file playerc.h.
Referenced by PlayerCc::Position1dProxy::GetPose().
The documentation for this struct was generated from the following file:
