Skip to content

Commit bf686ab

Browse files
committed
ardupilotmega.xml: Add ardusoar EKF estimate
* This WIP message replaces use of named-value-float in MAVProxy's soar module which displays the ArduSoar EKF state on the map Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
1 parent 4c64b95 commit bf686ab

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

message_definitions/v1.0/ardupilotmega.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1889,6 +1889,13 @@
18891889
<field type="uint16_t[4]" name="totalcurrent" units="mAh">Total current.</field>
18901890
<field type="uint16_t[4]" name="rpm" units="rpm">RPM (eRPM).</field>
18911891
<field type="uint16_t[4]" name="count">count of telemetry packets received (wraps at 65535).</field>
1892+
</message id="11045" name="ARDUSOAR_EKF_ESTIMATE">
1893+
<wip/>
1894+
<description>Thermal strength, radius, and location estimate from the ArduSoar algorithm.</description>
1895+
<field type="float" name="radius" units="m">Estimated thermal radius</field>
1896+
<field type="float" name="strength" units="m/s">Estimated thermal peak lift rate</field>
1897+
<field type="float" name="x" units="m">Estimated thermal position, north of home (y)</field>
1898+
<field type="float" name="y" units="m">Estimated thermal position, east of home (x)</field>
18921899
</message>
18931900
</messages>
18941901
</mavlink>

0 commit comments

Comments
 (0)