Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ardupilotmega.xml: add set and get digitalsky parameters #216

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
12 changes: 12 additions & 0 deletions message_definitions/v1.0/ardupilotmega.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1723,5 +1723,17 @@
<field type="float" name="distance" units="m">Distance (uncorrected)</field>
<field type="float" name="temperature" units="degC">Water temperature</field>
</message>
<message id="11039" name="DSNPNT_PARAMS">
<description>Digital Sky NPNT persistent parameters</description>
<field type="uint8_t" name="target_system">System ID.</field>
<field type="uint8_t" name="target_component">Component ID.</field>
<field type="char[32]" name="UIN">Drone Unique Identification Number</field>
<field type="char[64]" name="OID">Operator ID</field>
</message>
<message id="11040" name="GET_DSNPNT_PARAMS">

Choose a reason for hiding this comment

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

Should be using MAV_CMD_REQUEST_MESSAGE

Copy link
Member Author

Choose a reason for hiding this comment

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

will do

<description>Request Digital Sky NPNT persistent parameters</description>
<field type="uint8_t" name="target_system">System ID.</field>
<field type="uint8_t" name="target_component">Component ID.</field>
</message>
</messages>
</mavlink>