Simstate constructor
Simstate({})
Implementation
Simstate({
required this.roll,
required this.pitch,
required this.yaw,
required this.xacc,
required this.yacc,
required this.zacc,
required this.xgyro,
required this.ygyro,
required this.zgyro,
required this.lat,
required this.lng,
});