mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Fixed missing increment across states
This commit is contained in:
parent
58857a548d
commit
29abf6db39
@ -758,6 +758,7 @@ FixedwingEstimator::task_main()
|
||||
while ((i < ekf_n_states) && (i < max_states)) {
|
||||
|
||||
rep.states[i] = ekf_report.states[i];
|
||||
i++;
|
||||
}
|
||||
|
||||
if (_estimator_status_pub > 0) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user