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: use params 6 and 7 of MAV_CMD_DO_START_MAG_CAL to pass lon/lat #238

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions message_definitions/v1.0/ardupilotmega.xml
Expand Up @@ -158,8 +158,8 @@
<param index="3" label="Autosave" minValue="0" maxValue="1" increment="1">Save without user input (0=require input, 1=autosave).</param>
<param index="4" label="Delay" units="s">Delay.</param>
<param index="5" label="Autoreboot" minValue="0" maxValue="1" increment="1">Autoreboot (0=user reboot, 1=autoreboot).</param>
<param index="6">Empty.</param>
<param index="7">Empty.</param>
<param index="6" label="Latitude" units="deg">Latitude where calibration is happening, for vehicles with no GPS (0 means ignore).</param>
<param index="7" label="Longitude" units="deg">Longitude where calibration is happening, for vehicles with no GPS (0 means ignore).</param>
</entry>
<entry value="42425" name="MAV_CMD_DO_ACCEPT_MAG_CAL" hasLocation="false" isDestination="false">
<description>Accept a magnetometer calibration.</description>
Expand Down