Contains magnetometer sensor data. More...
Functions | |
def | is_available (self) |
Defines if the sensor is available. | |
def | effective_rate (self) |
Realtime data acquisition rate [Hz]. | |
def | magnetic_heading (self) |
The camera heading in degrees relative to the magnetic North Pole. More... | |
def | magnetic_heading_accuracy (self) |
The accuracy of the magnetic heading measure in the range [0.0,1.0]. More... | |
def | magnetic_heading_state (self) |
The state of the magnetic_heading value. | |
def | get_magnetic_field_uncalibrated (self) |
(3x1) Vector for magnetometer raw values (uncalibrated). More... | |
def | get_magnetic_field_calibrated (self) |
(3x1) Vector for magnetometer values (after user calibration). More... | |
def | timestamp (self) |
Defines the sensors data timestamp. | |
Contains magnetometer sensor data.
def magnetic_heading | ( | self | ) |
The camera heading in degrees relative to the magnetic North Pole.
def magnetic_heading_accuracy | ( | self | ) |
The accuracy of the magnetic heading measure in the range [0.0,1.0].
def get_magnetic_field_uncalibrated | ( | self | ) |
(3x1) Vector for magnetometer raw values (uncalibrated).
In other words, the current magnetic field (uT), along with the x, y, and z axes.
def get_magnetic_field_calibrated | ( | self | ) |
(3x1) Vector for magnetometer values (after user calibration).
In other words, the current calibrated and normalized magnetic field (uT), along with the x, y, and z axes.