mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_Math: added global GRAVITY_MSS define
This commit is contained in:
parent
6901c56a2e
commit
eb74fddd9f
@ -22,6 +22,10 @@
|
||||
#define DEG_TO_RAD 0.017453292519943295769236907684886
|
||||
#define RAD_TO_DEG 57.295779513082320876798154814105
|
||||
|
||||
// acceleration due to gravity in m/s/s
|
||||
#define GRAVITY_MSS 9.80665
|
||||
|
||||
|
||||
// define AP_Param types AP_Vector3f and Ap_Matrix3f
|
||||
AP_PARAMDEFV(Matrix3f, Matrix3f, AP_PARAM_MATRIX3F);
|
||||
AP_PARAMDEFV(Vector3f, Vector3f, AP_PARAM_VECTOR3F);
|
||||
|
Loading…
Reference in New Issue
Block a user