Browse Source

Gimbal pitch is from -90 to 0

QGC4.4
Don Gagne 8 years ago
parent
commit
ebf3969e9c
  1. 4
      src/MissionManager/CameraSection.FactMetaData.json

4
src/MissionManager/CameraSection.FactMetaData.json

@ -30,8 +30,8 @@
"shortDescription": "Gimbal pitch rotation.", "shortDescription": "Gimbal pitch rotation.",
"type": "double", "type": "double",
"units": "deg", "units": "deg",
"min": 0.0, "min": -90,
"max": 360.0, "max": 0,
"decimalPlaces": 0, "decimalPlaces": 0,
"defaultValue": 0 "defaultValue": 0
}, },

Loading…
Cancel
Save