Skip to content
FWLandingPattern.FactMetaData.json 2.1 KiB
Newer Older
DoinLakeFlyer's avatar
 
DoinLakeFlyer committed
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
    "name":             "LandingDistance",
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "shortDesc": "Distance between landing and loiter points.",
    "type":             "double",
    "units":            "m",
    "decimalPlaces":    1,
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "default":     300.0
    "name":             "LandingHeading",
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "shortDesc": "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,
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "default":     270.0
    "name":             "LoiterAltitude",
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "shortDesc": "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,
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "default":     40.0
    "name":             "LoiterRadius",
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "shortDesc": "Loiter radius.",
    "type":             "double",
    "decimalPlaces":    1,
    "units":            "m",
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "default":     75.0
    "name":             "LandingAltitude",
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "shortDesc": "Altitude for landing point.",
    "type":             "double",
    "units":            "m",
    "decimalPlaces":    1,
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "default":     0.0
    "name":             "GlideSlope",
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "shortDesc": "The glide slope between the loiter and landing point.",
    "units":            "deg",
    "max":              90,
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "default":     6.0
Don Gagne's avatar
 
Don Gagne committed
},
{
    "name":             "ValueSetIsDistance",
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "shortDesc": "Value controller loiter point is distance",
Don Gagne's avatar
 
Don Gagne committed
    "type":             "bool",
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "default":     false
Don Gagne's avatar
 
Don Gagne committed
},
{
    "name":             "StopTakingPhotos",
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "shortDesc": "Stop taking photos",
Don Gagne's avatar
 
Don Gagne committed
    "type":             "bool",
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "default":     true
Don Gagne's avatar
 
Don Gagne committed
},
{
    "name":             "StopTakingVideo",
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "shortDesc": "Stop taking video",
Don Gagne's avatar
 
Don Gagne committed
    "type":             "bool",
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "default":     true
DoinLakeFlyer's avatar
 
DoinLakeFlyer committed
}