diff --git a/libraries/AP_NavEKF3/AP_NavEKF3.h b/libraries/AP_NavEKF3/AP_NavEKF3.h index b5fd826c8e..d30bcffdbd 100644 --- a/libraries/AP_NavEKF3/AP_NavEKF3.h +++ b/libraries/AP_NavEKF3/AP_NavEKF3.h @@ -1,8 +1,8 @@ /* - 24 state EKF based on https://github.com/priseborough/InertialNav - Converted from Matlab to C++ by Paul Riseborough + 24 state EKF based on the derivation in https://github.com/PX4/ecl/ + blob/master/matlab/scripts/Inertial%20Nav%20EKF/GenerateNavFilterEquations.m - EKF Tuning parameters refactored by Tom Cauchois + Converted from Matlab to C++ by Paul Riseborough This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libraries/AP_NavEKF3/AP_NavEKF3_core.h b/libraries/AP_NavEKF3/AP_NavEKF3_core.h index 758f9b829a..28ac5504ae 100644 --- a/libraries/AP_NavEKF3/AP_NavEKF3_core.h +++ b/libraries/AP_NavEKF3/AP_NavEKF3_core.h @@ -1,6 +1,7 @@ /// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- /* - 24 state EKF based on https://github.com/priseborough/InertialNav + 24 state EKF based on the derivation in https://github.com/PX4/ecl/ + blob/master/matlab/scripts/Inertial%20Nav%20EKF/GenerateNavFilterEquations.m Converted from Matlab to C++ by Paul Riseborough