Add shared simulation API schema

This commit is contained in:
moriy
2026-04-28 17:49:06 +08:00
parent 6074a5739d
commit f8857edb99
2 changed files with 155 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"aircraftId": "f16-mock",
"sampleRateHz": 30,
"durationSec": 10,
"initialState": {
"position": [0, 1000, 0],
"rotation": [0, 0, 0, 1],
"velocityMps": 120,
"headingDeg": 0
},
"maneuver": {
"type": "level-turn",
"parameters": {
"turnRateDegPerSec": 9,
"bankDeg": 45
}
}
}