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.
|
|
|
[
|
|
|
|
{
|
|
|
|
"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
|
|
|
|
}
|
|
|
|
]
|