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

_TAKEOFF: pitch in degress, add altitude

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