MountOrientation constructor
MountOrientation({})
Implementation
MountOrientation({
required this.timeBootMs,
required this.roll,
required this.pitch,
required this.yaw,
required this.yawAbsolute,
});
MountOrientation({
required this.timeBootMs,
required this.roll,
required this.pitch,
required this.yaw,
required this.yawAbsolute,
});