|
Object Hunt
v0.2
Hunts for a not specified object in an unknown environment
|
#include <ObjectHuntDefinitions.h>
Public Attributes | |
| uint8_t | direction |
| The direction of the rotation movement. More... | |
| uint8_t | pad__ |
| Padding byte. More... | |
| uint8_t | res0__ |
| Padding/ reserve byte. More... | |
| uint8_t | res1__ |
| Padding/ reserve byte. More... | |
| float | degree |
| The degrees to rotate. More... | |
Rotation command.
The base process will perform a rotation movement based on a command of this type.
| float Rotation::Command::degree |
The degrees to rotate.
The car will rotate the specified amount of degrees.
| uint8_t Rotation::Command::direction |
The direction of the rotation movement.
Please see the Direction namespace for possible values.
| uint8_t Rotation::Command::pad__ |
Padding byte.
| uint8_t Rotation::Command::res0__ |
Padding/ reserve byte.
| uint8_t Rotation::Command::res1__ |
Padding/ reserve byte.
1.8.13