Avionics
Core avionics package for CURE flight computers
Loading...
Searching...
No Matches
StateEstimationTypes.h
Go to the documentation of this file.
1#ifndef STATE_ESTIMATION_TYPES_H
2#define STATE_ESTIMATION_TYPES_H
3
5
11
17
23
24struct alignas(16) Quaternion {
25 float w;
26 float x;
27 float y;
28 float z;
29};
30
31#endif // STATE_ESTIMATION_TYPES_H
Timestamped float measurement container.
Definition DataPoint.h:11