.. |br| raw:: html
AHRS - Attitude and Heading Reference System ============================================ The SBC contains code to compute an AHRS solution based entirely on GPS/GNSS RTK signals. To calculate the attitude of your system, the following conditions must be met: * GNSS1 and GNSS2 antennas are placed in the forward direction axis of your vehicle frame * GNSS2 antenna is "in front" of GNSS1 antenna * GNSS3 antenna must be placed to the "right" of the GNSS1-GNSS2 axis * GNSS1, GNSS2 and GNSS3 antennas can't be aligned * GNSS1, GNSS2 and GNSS3 antennas must be installed at the same height above ground when your frame is leveled * Place the antennas at least 30cm away from each other. The further away the better accuracy you will get. |br| The detailed distance between antennas is not needed, they can even change their relative position as long as all conditions in this list are met. The next figures show some valid and not valid installation examples. .. image:: img/AHRS_antenna_position.png :width: 600 :align: center .. note:: To use this class you will need an SBC with 3 GPS/GNSS receivers. |br| If you need a special configuration for your antenna installation that can't meet the above conditions, please :ref:`contact us ` Methods ------- .. automodule:: AHRS :members: