|
|
|
@ -17,9 +17,7 @@
@@ -17,9 +17,7 @@
|
|
|
|
|
You should have received a copy of the GNU General Public License |
|
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
#ifndef AP_NavEKF_core |
|
|
|
|
#define AP_NavEKF_core |
|
|
|
|
#pragma once |
|
|
|
|
|
|
|
|
|
#include <AP_HAL/AP_HAL.h> |
|
|
|
|
#include <AP_NavEKF/AP_NavEKF.h> |
|
|
|
@ -875,5 +873,3 @@ private:
@@ -875,5 +873,3 @@ private:
|
|
|
|
|
// vehicle specific initial gyro bias uncertainty
|
|
|
|
|
float InitialGyroBiasUncertainty(void) const; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
#endif // AP_NavEKF_core
|
|
|
|
|