Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public record DeploymentRecommendation : System.IEquatable<ResQ.Core.DeploymentRecommendation>
var deployment = new DeploymentRecommendation { DroneId = "drn-001", TargetPosition = new Location(37.7749, -122.4194), MissionType = "Search", Priority = 1, Rationale = "High probability survivor location" };
Was this page helpful?