Aquila U-8MISSION EDITOR / MODEL 0.2
Configure mission
Build and validate a deterministic phase sequence for Aquila U-8.
Finalized or archived revision — read-only
The saved mission is preserved. Create a new revision to change aircraft or mission inputs.
Open version history{
"id": "mission-2026-042-v02",
"name": "Mission 2026-042",
"startingSocPercent": 100,
"phases": [
{
"id": "takeoff",
"type": "VTOL",
"durationMin": 1
},
{
"id": "climb",
"type": "CLIMB",
"targetAltitudeM": 450,
"verticalRateMps": 4.5,
"airspeedKmh": 100
},
{
"id": "cruise",
"type": "CRUISE",
"distanceKm": 42,
"airspeedKmh": 120
},
{
"id": "descent",
"type": "DESCENT",
"targetAltitudeM": 0,
"verticalRateMps": 3,
"airspeedKmh": 100
},
{
"id": "landing",
"type": "LAND",
"durationMin": 1
}
]
}