mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-26 18:48:30 -04:00
AP_NavEKF2: Reference correct derivation
This commit is contained in:
parent
18927395d7
commit
44fa82d58c
@ -1,5 +1,8 @@
|
||||
/*
|
||||
24 state EKF based on https://github.com/priseborough/InertialNav
|
||||
24 state EKF based on the derivation in https://github.com/priseborough/
|
||||
InertialNav/blob/master/derivations/RotationVectorAttitudeParameterisation/
|
||||
GenerateNavFilterEquations.m
|
||||
|
||||
Converted from Matlab to C++ by Paul Riseborough
|
||||
|
||||
EKF Tuning parameters refactored by Tom Cauchois
|
||||
|
@ -1,5 +1,7 @@
|
||||
/*
|
||||
24 state EKF based on https://github.com/priseborough/InertialNav
|
||||
24 state EKF based on the derivation in https://github.com/priseborough/
|
||||
InertialNav/blob/master/derivations/RotationVectorAttitudeParameterisation/
|
||||
GenerateNavFilterEquations.m
|
||||
|
||||
Converted from Matlab to C++ by Paul Riseborough
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user