AttitudeTarget constructor
AttitudeTarget({})
Implementation
AttitudeTarget({
required this.timeBootMs,
required this.q,
required this.bodyRollRate,
required this.bodyPitchRate,
required this.bodyYawRate,
required this.thrust,
required this.typeMask,
});