From 937ace54d6eb34c0e38801fabf9a85767228e982 Mon Sep 17 00:00:00 2001 From: sincoder <1220145498@qq.com> Date: Sat, 19 Aug 2017 00:32:34 +0800 Subject: [PATCH] Update Navigation.md NAX_RTH_EXTRA_ALT -> NAV_RTH_EXTRA_ALT --- docs/Navigation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Navigation.md b/docs/Navigation.md index c680087f95..c09d5dd65c 100755 --- a/docs/Navigation.md +++ b/docs/Navigation.md @@ -43,7 +43,7 @@ If barometer is NOT present, RTH will fly directly to home, altitude control her If barometer is present, RTH will maintain altitude during the return and when home is reached copter will attempt automated landing. When deciding what altitude to maintain, RTH has 4 different modes of operation (controlled by *nav_rth_alt_mode* and *nav_rth_altitude* cli variables): * 0 (NAV_RTH_NO_ALT) - keep current altitude during whole RTH sequence (*nav_rth_altitude* is ignored) -* 1 (NAX_RTH_EXTRA_ALT) - climb to current altitude plus extra margin prior to heading home (*nav_rth_altitude* defines the extra altitude (cm)) +* 1 (NAV_RTH_EXTRA_ALT) - climb to current altitude plus extra margin prior to heading home (*nav_rth_altitude* defines the extra altitude (cm)) * 2 (NAV_RTH_CONST_ALT) - climb/descend to predefined altitude before heading home (*nav_rth_altitude* defined altitude above launch point (cm)) * 3 (NAV_RTH_MAX_ALT) - track maximum altitude of the whole flight, climb to that altitude prior to the return (*nav_rth_altitude* is ignored) * 4 (NAV_RTH_AT_LEAST_ALT) - same as 2 (NAV_RTH_CONST_ALT), but only climb, do not descend