LocalPositionNedSystemGlobalOffset constructor
LocalPositionNedSystemGlobalOffset({})
Implementation
LocalPositionNedSystemGlobalOffset({
required this.timeBootMs,
required this.x,
required this.y,
required this.z,
required this.roll,
required this.pitch,
required this.yaw,
});