Skip to content

Commit

Permalink
Plane: correct TKOFF_LVL_ALT metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwurzburg authored and magicrub committed Dec 26, 2023
1 parent 47fdf22 commit 1f78cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArduPlane/mode_takeoff.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const AP_Param::GroupInfo ModeTakeoff::var_info[] = {

// @Param: LVL_ALT
// @DisplayName: Takeoff mode altitude level altitude
// @Description: This is the altitude below which the wings are held level for TAKEOFF and AUTO modes. Below this altitude, roll demand is restricted to LEVEL_ROLL_LIMIT. Normal-flight roll restriction resumes above TKOFF_LVL_ALT*2 or TKOFF_ALT, whichever is lower. Roll limits are scaled while between those altitudes for a smooth transition.
// @Description: This is the altitude below which the wings are held level for TAKEOFF and AUTO modes. Below this altitude, roll demand is restricted to LEVEL_ROLL_LIMIT. Normal-flight roll restriction resumes above TKOFF_LVL_ALT*3 or TKOFF_ALT, whichever is lower. Roll limits are scaled while between TKOFF_LVL_ALT and those altitudes for a smooth transition.
// @Range: 0 50
// @Increment: 1
// @Units: m
Expand Down

0 comments on commit 1f78cb2

Please sign in to comment.