|
SensESP 3.1.1
Universal Signal K sensor toolkit ESP32
|
Container for attitude data. More...
#include <sensesp/types/position.h>
Public Member Functions | |
| AttitudeVector () | |
| AttitudeVector (float roll, float pitch, float yaw) | |
Public Attributes | |
| float | roll |
| float | pitch |
| float | yaw |
Container for attitude data.
Roll, pitch, and yaw (heading) angles, in radians.
Definition at line 54 of file position.h.
|
inline |
Definition at line 60 of file position.h.
|
inline |
Definition at line 62 of file position.h.
| float sensesp::AttitudeVector::pitch |
Definition at line 57 of file position.h.
| float sensesp::AttitudeVector::roll |
Definition at line 56 of file position.h.
| float sensesp::AttitudeVector::yaw |
Definition at line 58 of file position.h.