Attitude constructor
Attitude({})
Implementation
Attitude({
required this.timeBootMs,
required this.roll,
required this.pitch,
required this.yaw,
required this.rollspeed,
required this.pitchspeed,
required this.yawspeed,
});