player_truth_fiducial_id Struct Reference
#include <player.h>
Detailed Description
Configuration request: Get/set fiducial ID number.To get the fiducial ID of an object, use the following request, filling in only the subtype with PLAYER_TRUTH_REQ_GET_FIDUCIAL_ID. The server will respond with the ID field filled in. To set the fiducial ID, set the subtype to PLAYER_TRUTH_REQ_SET_FIDUCIAL_ID and fill in the ID field with the desired value.
Public Attributes | |
uint8_t | subtype |
Packet subtype. | |
int16_t | id |
the fiducial ID |
Member Data Documentation
|
Packet subtype. Must be either PLAYER_TRUTH_REQ_GET_FIDUCIAL_ID or PLAYER_TRUTH_REQ_SET_FIDUCIAL_ID |
The documentation for this struct was generated from the following file: