mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-07 09:00:34 +08:00
navigator: parameter cleanup
This commit is contained in:
@@ -58,6 +58,7 @@ RTL::RTL(Navigator *navigator, const char *name) :
|
||||
_home_position({}),
|
||||
_loiter_radius(50),
|
||||
_acceptance_radius(50),
|
||||
_param_loiter_rad(this, "LOITER_RAD"),
|
||||
_param_return_alt(this, "RETURN_ALT"),
|
||||
_param_descend_alt(this, "DESCEND_ALT"),
|
||||
_param_land_delay(this, "LAND_DELAY")
|
||||
|
||||
Reference in New Issue
Block a user