Skip to content
Snippets Groups Projects
Commit 446d8ee9 authored by Robert Lefebvre's avatar Robert Lefebvre
Browse files

Added comment detail for Tilt_Comp Parameter.

Reduced parameter default value for TradHeli.
parent aee36ce8
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,21 @@ const AP_Param::Info var_info[] PROGMEM = {
// @User: Standard
GSCALAR(rtl_approach_alt, "APPROACH_ALT", RTL_APPROACH_ALT),
GSCALAR(tilt_comp, "TILT", 54),
// @Param: TILT
// @DisplayName: Auto Tilt Compensation
// @Description: This is a feed-forward compensation which helps the aircraft achieve target waypoint speed.
// @Range: 0 100
// @Increment: 1
// @User: Advanced
#if FRAME_CONFIG == HELI_FRAME
GSCALAR(tilt_comp, "TILT", 5),
#else
GSCALAR(tilt_comp, "TILT", 54),
#endif
GSCALAR(waypoint_mode, "WP_MODE", 0),
GSCALAR(command_total, "WP_TOTAL", 0),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment