Browse Source

AP_NavEKF3: Reference correct derivation

mission-4.1.18
priseborough 8 years ago committed by Randy Mackay
parent
commit
56a9e2c462
  1. 6
      libraries/AP_NavEKF3/AP_NavEKF3.h
  2. 3
      libraries/AP_NavEKF3/AP_NavEKF3_core.h

6
libraries/AP_NavEKF3/AP_NavEKF3.h

@ -1,8 +1,8 @@ @@ -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

3
libraries/AP_NavEKF3/AP_NavEKF3_core.h

@ -1,6 +1,7 @@ @@ -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

Loading…
Cancel
Save