Robot
The embedded systems for UTRA's autonomous humanoid soccer-playing robot
|
Defines the RobotState data structure used in communication with the high-level software. RobotState is the data structure sent from the MCU to the PC; it contains sensor data. More...
Go to the source code of this file.
Classes | |
struct | robot_state |
Data structure sent from the MCU to the PC. Contains sensor data. More... | |
Macros | |
#define | ROBOT_STATE_MPU_DATA_OFFSET 48 |
Typedefs | |
typedef struct robot_state | RobotState |
Data structure sent from the MCU to the PC. Contains sensor data. | |
Defines the RobotState data structure used in communication with the high-level software. RobotState is the data structure sent from the MCU to the PC; it contains sensor data.
Definition in file robotState.h.
#define ROBOT_STATE_MPU_DATA_OFFSET 48 |
Buffer offset at which MPU6050 data is inserted
Definition at line 32 of file robotState.h.