Map<String, dynamic> toMap() { return { 'pitch': pitch, 'yaw': yaw, 'roll': roll, 'timestamp': timestamp.millisecondsSinceEpoch, }; }