mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-26 18:40:35 +08:00
0b3889e2e3
Make sure `struct position_estimator_inav_params params` is properly initialized. At first there was no indication that this struct was un-initialized because valgrind was issuing warnings about values that were derived (via float calculations) from values in this struct. Maybe instruction re-ordering during optimization caused this disconnect between the source of the problem and the symptom.