<short_desc>Integer bitmask controlling data fusion and aiding methods</short_desc>
<long_desc>Set bits in the following positions to enable: 0 : Set to true to use GPS data if available 1 : Set to true to use optical flow data if available 2 : Set to true to inhibit IMU bias estimation 3 : Set to true to enable vision position fusion 4 : Set to true to enable vision yaw fusion 5 : Set to true to enable multi-rotor drag specific force fusion</long_desc>
<long_desc>Set bits in the following positions to enable: 0 : Set to true to use GPS data if available 1 : Set to true to use optical flow data if available 2 : Set to true to inhibit IMU bias estimation 3 : Set to true to enable vision position fusion 4 : Set to true to enable vision yaw fusion 5 : Set to true to enable multi-rotor drag specific force fusion 6 : set to true if the EV observations are in a non NED reference frame and need to be rotated before being used</long_desc>
<min>0</min>
<max>63</max>
<max>127</max>
<reboot_required>true</reboot_required>
<scope>modules/ekf2</scope>
<bitmask>
...
...
@@ -1105,6 +1105,7 @@ This parameter controls the time constant of the decay</short_desc>
"shortDescription":"Distance between landing and loiter points.",
"type":"double",
"units":"m",
...
...
@@ -9,7 +9,7 @@
"defaultValue":300.0
},
{
"name":"Landing heading",
"name":"LandingHeading",
"shortDescription":"Heading from loiter point to land point.",
"type":"double",
"units":"deg",
...
...
@@ -19,7 +19,7 @@
"defaultValue":270.0
},
{
"name":"Loiter altitude",
"name":"LoiterAltitude",
"shortDescription":"Aircraft will proceed to the loiter point and loiter until it reaches this altitude. Once altitude is reached the aircraft will proceed to land.",
"type":"double",
"units":"m",
...
...
@@ -27,7 +27,7 @@
"defaultValue":40.0
},
{
"name":"Loiter radius",
"name":"LoiterRadius",
"shortDescription":"Loiter radius.",
"type":"double",
"decimalPlaces":1,
...
...
@@ -36,7 +36,7 @@
"defaultValue":75.0
},
{
"name":"Landing altitude",
"name":"LandingAltitude",
"shortDescription":"Altitude for landing point.",
"type":"double",
"units":"m",
...
...
@@ -44,7 +44,7 @@
"defaultValue":0.0
},
{
"name":"Descent rate",
"name":"DescentRate",
"shortDescription":"Descent rate between landing and loiter altitude.",