Commit 997ddde6 authored by Don Gagne's avatar Don Gagne

_TAKEOFF: pitch in degress, add altitude

parent 56ac8bff
......@@ -12,8 +12,14 @@
"category": "Basic",
"param1": {
"label": "Pitch:",
"units": "radians",
"default": 0.26179939,
"units": "degrees",
"default": 15,
"decimalPlaces": 2
},
"param7": {
"label": "Altitude:",
"units": "meters",
"default": 25.0,
"decimalPlaces": 2
}
},
......
......@@ -9,7 +9,13 @@
"description": "Take off from the ground.",
"specifiesCoordinate": false,
"friendlyEdit": true,
"category": "Basic"
"category": "Basic",
"param7": {
"label": "Altitude:",
"units": "meters",
"default": 25.0,
"decimalPlaces": 2
}
},
{
"id": 17,
......
......@@ -138,8 +138,8 @@
"category": "Basic",
"param1": {
"label": "Pitch:",
"units": "radians",
"default": 0.26179939,
"units": "degrees",
"default": 15,
"decimalPlaces": 2
},
"param4": {
......
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