|
|
|
@ -52,7 +52,7 @@ nav_filter_status AP_InertialNav::get_filter_status() const
@@ -52,7 +52,7 @@ nav_filter_status AP_InertialNav::get_filter_status() const
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* get_position_neu_cm - returns the current position relative to the home location in cm. |
|
|
|
|
* get_position_neu_cm - returns the current position relative to the EKF origin in cm. |
|
|
|
|
* |
|
|
|
|
* @return |
|
|
|
|
*/ |
|
|
|
@ -62,7 +62,7 @@ const Vector3f &AP_InertialNav::get_position_neu_cm(void) const
@@ -62,7 +62,7 @@ const Vector3f &AP_InertialNav::get_position_neu_cm(void) const
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* get_position_xy_cm - returns the current x-y position relative to the home location in cm. |
|
|
|
|
* get_position_xy_cm - returns the current x-y position relative to the EKF origin in cm. |
|
|
|
|
* |
|
|
|
|
* @return |
|
|
|
|
*/ |
|
|
|
@ -72,7 +72,7 @@ const Vector2f &AP_InertialNav::get_position_xy_cm() const
@@ -72,7 +72,7 @@ const Vector2f &AP_InertialNav::get_position_xy_cm() const
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* get_position_z_up_cm - returns the current z position relative to the home location, frame z-axis up, in cm. |
|
|
|
|
* get_position_z_up_cm - returns the current z position relative to the EKF origin, frame z-axis up, in cm. |
|
|
|
|
* @return |
|
|
|
|
*/ |
|
|
|
|
float AP_InertialNav::get_position_z_up_cm() const |
|
|
|
@ -94,7 +94,7 @@ const Vector3f &AP_InertialNav::get_velocity_neu_cms() const
@@ -94,7 +94,7 @@ const Vector3f &AP_InertialNav::get_velocity_neu_cms() const
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* get_velocity_xy_cms - returns the current x-y velocity relative to the home location in cm. |
|
|
|
|
* get_velocity_xy_cms - returns the current x-y velocity relative to the EKF origin in cm. |
|
|
|
|
* |
|
|
|
|
* @return |
|
|
|
|
*/ |
|
|
|
|