Object Hunt  v0.2
Hunts for a not specified object in an unknown environment
Public Attributes | List of all members
Rotation::Command Struct Reference

Rotation command. More...

#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...
 

Detailed Description

Rotation command.

The base process will perform a rotation movement based on a command of this type.

Member Data Documentation

◆ degree

float Rotation::Command::degree

The degrees to rotate.

The car will rotate the specified amount of degrees.

◆ direction

uint8_t Rotation::Command::direction

The direction of the rotation movement.

Please see the Direction namespace for possible values.

◆ pad__

uint8_t Rotation::Command::pad__

Padding byte.

◆ res0__

uint8_t Rotation::Command::res0__

Padding/ reserve byte.

◆ res1__

uint8_t Rotation::Command::res1__

Padding/ reserve byte.


The documentation for this struct was generated from the following file: