mirror of https://github.com/ArduPilot/ardupilot
InertialNav: add credit to Tony Lambregts
This commit is contained in:
parent
48d143d4ef
commit
102b71cde3
|
@ -29,6 +29,9 @@
|
|||
* To improve the accuracy, baro and gps readings are used:
|
||||
* An error value is calculated as the difference between the sensor's measurement and the last position estimation.
|
||||
* This value is weighted with a gain factor and incorporated into the new estimation
|
||||
*
|
||||
* Special thanks to Tony Lambregts (FAA) for advice which contributed to the development of this filter.
|
||||
*
|
||||
*/
|
||||
class AP_InertialNav
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue