|
Object Hunt
v0.2
Hunts for a not specified object in an unknown environment
|
Orientation response. More...
#include <ObjectHuntDefinitions.h>
Public Attributes | |
| uint32_t | id |
| Identifier. More... | |
| float | xyz [3] |
| XYZ data array. More... | |
Orientation response.
The base process will answer to each valid value request with a response of this type.
| uint32_t Orientation::Response::id |
Identifier.
Is used to map a response to the regarding request. Will be the same identifier as in the respecting request.
| float Orientation::Response::xyz[3] |
XYZ data array.
The X field (xyz[0]) contains the heading of the car. The Y field (xyz[1]) contains the roll of the car. The Z field (xyz[2]) contains the pitch of hte car.
1.8.13