var telemetry = new TelemetryPacket
{
DroneId = "drn-001",
SequenceNumber = 12345,
Position = new Location(37.7749, -122.4194, 100.0),
Velocity = new Velocity(10.0, 5.0, -1.0),
Status = DroneStatus.InFlight,
BatteryPercent = 75.5f,
Detections = new List<Detection>()
};