You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
808 B
30 lines
808 B
[ |
|
{ |
|
"name": "angle", |
|
"shortDescription": "Angle from ground station to vehicle", |
|
"type": "double", |
|
"min": 0, |
|
"max": 360, |
|
"decimalPlaces": 1, |
|
"units": "deg", |
|
"defaultValue": 45 |
|
}, |
|
{ |
|
"name": "distance", |
|
"shortDescription": "Horizontal distance from ground station to vehicle", |
|
"type": "double", |
|
"min": 0, |
|
"decimalPlaces": 1, |
|
"units": "m", |
|
"defaultValue": 5 |
|
}, |
|
{ |
|
"name": "height", |
|
"shortDescription": "Vertical distance from Launch (home) position to vehicle", |
|
"type": "double", |
|
"min": 0, |
|
"decimalPlaces": 1, |
|
"units": "m", |
|
"defaultValue": 5 |
|
} |
|
]
|
|
|