19 lines
326 B
JSON
19 lines
326 B
JSON
{
|
|
"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
|
|
}
|
|
}
|
|
}
|