Robot
The embedded systems for UTRA's autonomous humanoid soccer-playing robot
|
The data structure which represents the data of the IMU, which is sent in queues between tasks. More...
#include <UART_Handler.h>
Public Attributes | |
float | _x_Gyro |
float | _y_Gyro |
float | _z_Gyro |
float | _x_Accel |
float | _y_Accel |
float | _z_Accel |
The data structure which represents the data of the IMU, which is sent in queues between tasks.
Definition at line 83 of file UART_Handler.h.
float IMUStruct::_x_Accel |
x-axis acceleration read from sensor
Definition at line 87 of file UART_Handler.h.
float IMUStruct::_x_Gyro |
x-axis angular velocity read from sensor
Definition at line 84 of file UART_Handler.h.
float IMUStruct::_y_Accel |
y-axis acceleration read from sensor
Definition at line 88 of file UART_Handler.h.
float IMUStruct::_y_Gyro |
y-axis angular velocity read from sensor
Definition at line 85 of file UART_Handler.h.
float IMUStruct::_z_Accel |
z-axis acceleration read from sensor
Definition at line 89 of file UART_Handler.h.
float IMUStruct::_z_Gyro |
z-axis angular velocity read from sensor
Definition at line 86 of file UART_Handler.h.