From f145785be09806e44ac98e91645f699ee67f1168 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Tue, 19 Oct 2021 13:15:01 +1100 Subject: [PATCH] Blimp: handle renaming of AP_InertialNav_NavEKF to AP_InertialNav --- Blimp/Blimp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Blimp/Blimp.h b/Blimp/Blimp.h index acee41729c..bbbc077de3 100644 --- a/Blimp/Blimp.h +++ b/Blimp/Blimp.h @@ -44,7 +44,7 @@ #include // Filter library #include // needed for AHRS build #include // needed for AHRS build -#include // ArduPilot Mega inertial navigation library +#include // inertial navigation library #include // RC input mapping library #include // Battery monitor library #include @@ -230,7 +230,7 @@ private: NotchFilterFloat vel_yaw_filter; // Inertial Navigation - AP_InertialNav_NavEKF inertial_nav; + AP_InertialNav inertial_nav; // Vel & pos PIDs AC_PID_2D pid_vel_xy{3, 0.2, 0, 0, 0.2, 3, 3, 0.02}; //These are the defaults - P I D FF IMAX FiltHz FiltDHz DT