Commit ebf3969e authored by Don Gagne's avatar Don Gagne

Gimbal pitch is from -90 to 0

parent 85f18c47
...@@ -30,8 +30,8 @@ ...@@ -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
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment