mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
AP_NavEKF3: Reference correct derivation
This commit is contained in:
parent
44fa82d58c
commit
56a9e2c462
@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
24 state EKF based on https://github.com/priseborough/InertialNav
|
24 state EKF based on the derivation in https://github.com/PX4/ecl/
|
||||||
Converted from Matlab to C++ by Paul Riseborough
|
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
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
/// -*- 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
|
Converted from Matlab to C++ by Paul Riseborough
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user