Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions message_definitions/v1.0/ardupilotmega.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1890,5 +1890,13 @@
<field type="uint16_t[4]" name="rpm" units="rpm">RPM (eRPM).</field>
<field type="uint16_t[4]" name="count">count of telemetry packets received (wraps at 65535).</field>
</message>
<message id="11045" name="ARDUSOAR_EKF_ESTIMATE">
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<message id="11045" name="ARDUSOAR_EKF_ESTIMATE">
<message id="11045" name="ARDUSOAR_THERMAL_ESTIMATE">

Like so?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. But perhaps we don't need "ARDUSOAR" in the title?

Also, have you evaluated FW_SOARING_DATA for its fitness?

<wip/>
<description>Thermal strength, radius, and location estimate from the ArduSoar algorithm.</description>
<field type="float" name="radius" units="m">Estimated thermal radius</field>
<field type="float" name="strength" units="m/s">Estimated thermal peak lift rate</field>
<field type="float" name="x" units="m">Estimated thermal position, north of home (y)</field>
<field type="float" name="y" units="m">Estimated thermal position, east of home (x)</field>
</message>
</messages>
</mavlink>