mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Fix param update in mc_att_control
ModuleParams::updateParams() was never called
This commit is contained in:
parent
17551a99f8
commit
4cc7b1319f
@ -132,6 +132,7 @@ MulticopterAttitudeControl::parameter_update_poll()
|
||||
_parameter_update_sub.copy(&pupdate);
|
||||
|
||||
// update parameters from storage
|
||||
updateParams();
|
||||
parameters_updated();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user