-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
.. _common-hires-mag-array: | ||
|
||
=========================== | ||
DroneCAN Magnetometer Array | ||
=========================== | ||
|
||
ArduPilot can be used to create a multiple magnetomer array using DroneCAN compasses. This could be useful as a suspended device for geophysical surveys or other uses. | ||
|
||
An ArduPilot autopilot (used only for the array logging, not for vehicle control) could support many DroneCAN compasses as shown below: | ||
|
||
.. image:: ../../../images/mag-array.png | ||
|
||
And could be suspended below a vehicle as shown below: | ||
|
||
.. image:: ../../../images/suspended-mag-array.png | ||
|
||
*image courtesy of* `AerialVision <https://www.aerial-vision.com.au>`__ | ||
|
||
Each compass would have its raw x/y/z field readings logged by the MAGH message. | ||
|
||
This capability is not included by default and would have to be included in a custom build for the autopilot using the `Custom Firmware Build Server <https://custom.ardupilot.org>`__ and enabling the "DroneCAN HiRes compasses for survey logging" option under **Compass**. | ||
|
||
The autopilot would need to have :ref:`LOG_DISARMED<LOG_DISARMED>` parameter set to log as soon as power is supplied. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.