Larus glider flight sensor system 3.9.2024
Software-In-The-Loop test and validation system
Loading...
Searching...
No Matches
magnetic_induction_report.h
Go to the documentation of this file.
1/*
2 * induction_report.h
3 *
4 * Created on: Mar 26, 2023
5 * Author: schaefer
6 */
7
8#ifndef MAGNETIC_INDUCTION_REPORT_H_
9#define MAGNETIC_INDUCTION_REPORT_H_
10
11#include "compass_calibration.h"
12#include "float3vector.h"
14
20
22
23#endif /* MAGNETIC_INDUCTION_REPORT_H_ */
Tuning parameters for navigation, wind an variometer.
maintain offset and slope data for one sensor axis
mathematical vector of arbitrary type and size
Definition vector.h:40
Automatic compass calibration using a linear least square fit algorithm.
void report_magnetic_calibration_has_changed(magnetic_induction_report_t *p_magnetic_induction_report, char type)
helper struct containing magnetic calibration data
single_axis_calibration_t calibration[3]