mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Fixed comment.
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
static const float omega = 7.2921150e-5f; // earth rotation rate, rad/s
|
static const float omega = 7.2921150e-5f; // earth rotation rate, rad/s
|
||||||
static const float R0 = 6378137.0f; // earth radius, m
|
static const float R0 = 6378137.0f; // earth radius, m
|
||||||
|
|
||||||
static const float RSq = 4.0680631591e+13; // radius squared
|
static const float RSq = 4.0680631591e+13; // earth radius squared
|
||||||
static const float g = 9.806f; // gravitational accel. m/s^2, XXX should be calibrated
|
static const float g = 9.806f; // gravitational accel. m/s^2, XXX should be calibrated
|
||||||
|
|
||||||
KalmanNav::KalmanNav(SuperBlock *parent, const char *name) :
|
KalmanNav::KalmanNav(SuperBlock *parent, const char *name) :
|
||||||
|
|||||||
Reference in New Issue
Block a user