mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_NavEKF2: minor comment fix
This commit is contained in:
parent
20c4f1950b
commit
fccc1fcb72
@ -491,7 +491,7 @@ private:
|
|||||||
uint64_t imuSampleTime_us;
|
uint64_t imuSampleTime_us;
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
uint32_t last_function_call; // last time getLastYawYawResetAngle was called
|
uint32_t last_function_call; // last time getLastYawResetAngle was called
|
||||||
bool core_changed; // true when a core change happened and hasn't been consumed, false otherwise
|
bool core_changed; // true when a core change happened and hasn't been consumed, false otherwise
|
||||||
uint32_t last_primary_change; // last time a primary has changed
|
uint32_t last_primary_change; // last time a primary has changed
|
||||||
float core_delta; // the amount of yaw change between cores when a change happened
|
float core_delta; // the amount of yaw change between cores when a change happened
|
||||||
|
Loading…
Reference in New Issue
Block a user