AvssDroneImu constructor
AvssDroneImu({})
Implementation
AvssDroneImu({
required this.timeBootMs,
required this.q1,
required this.q2,
required this.q3,
required this.q4,
required this.xacc,
required this.yacc,
required this.zacc,
required this.xgyro,
required this.ygyro,
required this.zgyro,
});