mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 18:47:35 +08:00
EKF: Documentation edits
This commit is contained in:
committed by
Paul Riseborough
parent
8d6e8ae078
commit
fabd216ca5
@@ -550,7 +550,7 @@ private:
|
||||
// It is used to align the yaw angle after launch or takeoff for fixed wing vehicle.
|
||||
bool realignYawGPS();
|
||||
|
||||
// calculate the magnetic declination to be used by the alignment and fusion processing
|
||||
// Return the magnetic declination in radians to be used by the alignment and fusion processing
|
||||
float getMagDeclination();
|
||||
|
||||
// reset position states of the ekf (only horizontal position)
|
||||
|
||||
+1
-1
@@ -766,7 +766,7 @@ bool Ekf::resetMagHeading(Vector3f &mag_init, bool increase_yaw_var, bool update
|
||||
return true;
|
||||
}
|
||||
|
||||
// Calculate the magnetic declination to be used by the alignment and fusion processing
|
||||
// Return the magnetic declination in radians to be used by the alignment and fusion processing
|
||||
float Ekf::getMagDeclination()
|
||||
{
|
||||
// set source of magnetic declination for internal use
|
||||
|
||||
Reference in New Issue
Block a user