Skip to content
FWLandingPattern.FactMetaData.json 2.12 KiB
Newer Older
    "name":             "LandingDistance",
    "shortDescription": "Distance between landing and loiter points.",
    "type":             "double",
    "units":            "m",
    "decimalPlaces":    1,
Don Gagne's avatar
Don Gagne committed
    "defaultValue":     300.0
    "name":             "LandingHeading",
Don Gagne's avatar
Don Gagne committed
    "shortDescription": "Heading from loiter point to land point.",
    "type":             "double",
    "units":            "deg",
Don Gagne's avatar
Don Gagne committed
    "min":              0.0,
    "max":              360.0,
Don Gagne's avatar
Don Gagne committed
    "decimalPlaces":    0,
Don Gagne's avatar
Don Gagne committed
    "defaultValue":     270.0
    "name":             "LoiterAltitude",
Don Gagne's avatar
 
Don Gagne committed
    "shortDescription": "Aircraft will proceed to the loiter point and loiter downwards until it reaches this approach altitude. Once altitude is reached the aircraft will proceed to land.",
    "type":             "double",
    "units":            "m",
    "decimalPlaces":    1,
    "defaultValue":     40.0
},
{
    "name":             "LoiterRadius",
    "shortDescription": "Loiter radius.",
    "type":             "double",
    "decimalPlaces":    1,
    "units":            "m",
    "defaultValue":     75.0
},
{
    "name":             "LandingAltitude",
    "shortDescription": "Altitude for landing point.",
    "type":             "double",
    "units":            "m",
    "decimalPlaces":    1,
    "defaultValue":     0.0
    "name":             "GlideSlope",
    "shortDescription": "The glide slope between the loiter and landing point.",
    "units":            "deg",
    "max":              90,
Don Gagne's avatar
 
Don Gagne committed
    "defaultValue":     6.0
},
{
    "name":             "ValueSetIsDistance",
    "shortDescription": "Value controller loiter point is distance",
    "type":             "bool",
    "defaultValue":     false
Don Gagne's avatar
 
Don Gagne committed
},
{
    "name":             "StopTakingPhotos",
    "shortDescription": "Stop taking photos",
    "type":             "bool",
    "defaultValue":     true
},
{
    "name":             "StopTakingVideo",
    "shortDescription": "Stop taking video",
    "type":             "bool",
    "defaultValue":     true