|
player_fiducial_item Struct Reference
[fiducial]
#include <player.h>
List of all members.
Detailed Description
Info on a single detected fiducial.
The fiducial data packet contains a list of these.
|
Public Attributes |
int16_t | id |
int32_t | pos [3] |
int32_t | rot [3] |
int32_t | upos [3] |
int32_t | urot [3] |
Member Data Documentation
|
The fiducial id. Fiducials that cannot be identified get id -1. |
|
Fiducial position relative to the detector (x, y, z) in mm. |
|
Fiducial orientation relative to the detector (r, p, y) in millirad. |
|
Uncertainty in the measured pose (x, y, z) in mm. |
|
Uncertainty in fiducial orientation relative to the detector (r, p, y) in millirad. |
The documentation for this struct was generated from the following file:
Generated on Tue May 3 14:15:55 2005 for Player by 1.3.6
|