mirror of https://github.com/ArduPilot/ardupilot
AP_NavEKF2: minor comment fix
This commit is contained in:
parent
14a73e499a
commit
82854953e7
|
@ -613,7 +613,7 @@ void NavEKF2_core::UpdateStrapdownEquationsNED()
|
|||
* The inspiration for using a complementary filter to correct for time delays in the EKF
|
||||
* is based on the work by A Khosravian.
|
||||
*
|
||||
* “Recursive Attitude Estimation in the Presence of Multi-rate and Multi-delay Vector Measurements”
|
||||
* "Recursive Attitude Estimation in the Presence of Multi-rate and Multi-delay Vector Measurements"
|
||||
* A Khosravian, J Trumpf, R Mahony, T Hamel, Australian National University
|
||||
*/
|
||||
void NavEKF2_core::calcOutputStates()
|
||||
|
|
Loading…
Reference in New Issue