Add shared simulation API schema
This commit is contained in:
18
shared/examples/level-turn-request.json
Normal file
18
shared/examples/level-turn-request.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user