mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Math: added tesla conversions
This commit is contained in:
parent
ddccc92e7d
commit
ee1975d47a
@ -95,6 +95,9 @@ static const double WGS84_E = (sqrt(2 * WGS84_F - WGS84_F * WGS84_F));
|
||||
|
||||
#define INCH_OF_H2O_TO_PASCAL 248.84f
|
||||
|
||||
#define UTESLA_TO_MGAUSS 10.0f // uT to mGauss conversion
|
||||
#define NTESLA_TO_MGAUSS 0.01f // nT to mGauss conversion
|
||||
|
||||
/*
|
||||
use AP_ prefix to prevent conflict with OS headers, such as NuttX
|
||||
clock.h
|
||||
|
Loading…
Reference in New Issue
Block a user