|
Object Hunt
v0.2
Hunts for a not specified object in an unknown environment
|
The direction definitions. More...
Variables | |
| const uint8_t | LEFT = 0 |
| Left direction. More... | |
| const uint8_t | RIGHT = 1 |
| Right direction. More... | |
The direction definitions.
Each direction (left, right) is represented by an unsigned number.
| const uint8_t Rotation::Direction::LEFT = 0 |
Left direction.
The direction should be seen from the perspective of an imaginary driver of the car.
| const uint8_t Rotation::Direction::RIGHT = 1 |
Right direction.
The direction should be seen from the perspective of an imaginary driver of the car.
1.8.13