RRF and DCS OM both missing heightmap info
-
@dc42: In RRF "file" is missing...
"compensation" : { "fadeHeight" : null, "meshDeviation" : { "deviation" : 0, "mean" : 0 }, "probeGrid" : { "radius" : -1, "xMax" : 235, "xMin" : -235, "xSpacing" : 23.5, "yMax" : 235, "yMin" : -235, "ySpacing" : 23.5 }, "type" : "mesh" },
@chrishamm: In DCS, "file" is null:
"compensation" : { "fadeHeight" : null, "file" : null, "meshDeviation" : { "deviation" : 0, "mean" : 0 }, "probeGrid" : { "radius" : -1, "xMax" : 235, "xMin" : -235, "xSpacing" : 23.5, "yMax" : 235, "yMin" : -235, "ySpacing" : 23.5 }, "type" : "mesh" },
In both, deviation and mean are 0.
-
You haven't said whether the OM extract from RRF was when the Duet is in standalone mode or attached SBC mode. In standalone mode the filename should be present whenever mesh compensation is active. In SBC mode it deliberately isn't included, because DSF has control of the height map file.
-
@dc42 Everything I do is in DSF/SBC mode unless otherwise specified.
-
I'll open a GutHub issue for @chrishamm .