AttitudeQuaternion constructor
AttitudeQuaternion({})
Implementation
AttitudeQuaternion({
required this.timeBootMs,
required this.q1,
required this.q2,
required this.q3,
required this.q4,
required this.rollspeed,
required this.pitchspeed,
required this.yawspeed,
required this.reprOffsetQ,
});