mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 09:10:34 +08:00
navigator remove redundant param updates
This commit is contained in:
committed by
Lorenz Meier
parent
49180de27c
commit
f87402b16c
@@ -61,8 +61,6 @@ Loiter::Loiter(Navigator *navigator, const char *name) :
|
||||
_param_yawmode(this, "MIS_YAWMODE", false),
|
||||
_loiter_pos_set(false)
|
||||
{
|
||||
// load initial params
|
||||
updateParams();
|
||||
}
|
||||
|
||||
Loiter::~Loiter()
|
||||
|
||||
Reference in New Issue
Block a user