Commit ee517178 authored by DonLakeFlyer's avatar DonLakeFlyer

Set correct ascent/descent defaults

parent 3915615a
......@@ -40,7 +40,7 @@
"shortDescription": "Offline editing ascent speed",
"longDescription": "This value defines the ascent speed for multi-rotor vehicles for use in calculating mission duration.",
"type": "double",
"defaultValue": 2.6,
"defaultValue": 3.0,
"min": 0.1,
"units": "m/s",
"decimalPlaces": 2
......@@ -50,7 +50,7 @@
"shortDescription": "Offline editing descent speed",
"longDescription": "This value defines the cruising speed for multi-rotor vehicles for use in calculating mission duration.",
"type": "double",
"defaultValue": 0.9,
"defaultValue": 1.0,
"min": 0.1,
"units": "m/s",
"decimalPlaces": 2
......
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