![]() |
N4 Flight Software N4
Flight software used for the N4 flight computers
|
#include <data_types.h>
Public Attributes | |
| float | ax |
| float | ay |
| float | az |
| float | gx |
| float | gy |
| float | gz |
| float | pitch |
| float | roll |
A structure to represent acceleration data
| float Acceleration_Data::ax |
x axis acceleration
| float Acceleration_Data::ay |
y axis acceleration
| float Acceleration_Data::az |
z axis acceleration
| float Acceleration_Data::gx |
x angular velocity
| float Acceleration_Data::gy |
y angular velocity
| float Acceleration_Data::gz |
z angular velocity
| float Acceleration_Data::pitch |
pitch angle
| float Acceleration_Data::roll |
roll angle