|
Object Hunt
v0.2
Hunts for a not specified object in an unknown environment
|
Orientation response for the mapping process. More...
#include <ObjectHuntDefinitions.h>
Public Attributes | |
| uint32_t | id |
| Identifier. More... | |
| float | xyz [3] |
| XYZ data array. More... | |
| float | time_diff_ms |
| The time difference to the last transmitted orientation measurement in milliseconds. More... | |
Orientation response for the mapping process.
Has the same fields as Orientation::Response with an additional field for the time difference with regard to the last message of this type.
| uint32_t Orientation::ResponseMapping::id |
Identifier.
Is used to map a response to the regarding request. Will be the same identifier as in the respecting request.
| float Orientation::ResponseMapping::time_diff_ms |
The time difference to the last transmitted orientation measurement in milliseconds.
| float Orientation::ResponseMapping::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