AP_NavEKF3: minor spelling fix
This commit is contained in:
parent
2f1ae29a9c
commit
c3fd82b6d7
@ -625,7 +625,7 @@ private:
|
|||||||
|
|
||||||
struct ext_nav_elements {
|
struct ext_nav_elements {
|
||||||
Vector3f pos; // XYZ position measured in a RH navigation frame (m)
|
Vector3f pos; // XYZ position measured in a RH navigation frame (m)
|
||||||
float posErr; // spherical poition measurement error 1-std (m)
|
float posErr; // spherical position measurement error 1-std (m)
|
||||||
uint32_t time_ms; // measurement timestamp (msec)
|
uint32_t time_ms; // measurement timestamp (msec)
|
||||||
bool posReset; // true when the position measurement has been reset
|
bool posReset; // true when the position measurement has been reset
|
||||||
bool corrected; // true when the position has been corrected for sensor position
|
bool corrected; // true when the position has been corrected for sensor position
|
||||||
|
Loading…
Reference in New Issue
Block a user