mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 07:13:56 -04:00
AP_NavEKF2: remove misleading comment about local variable names
these "local" variables are actually aliases into a global structure
This commit is contained in:
parent
5f2b4c3144
commit
1d353d0be9
@ -341,7 +341,6 @@ void NavEKF2_core::FuseMagnetometer()
|
||||
Vector6 SK_MY;
|
||||
Vector6 SK_MZ;
|
||||
|
||||
// copy required states to local variable names
|
||||
q0 = stateStruct.quat[0];
|
||||
q1 = stateStruct.quat[1];
|
||||
q2 = stateStruct.quat[2];
|
||||
|
Loading…
Reference in New Issue
Block a user