Plane: document ALT_CTRL_ALG=2

This commit is contained in:
Andrew Tridgell 2013-07-04 17:00:04 +10:00
parent 8082122053
commit 84299c3747
1 changed files with 2 additions and 2 deletions

View File

@ -163,8 +163,8 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Param: ALT_CTRL_ALG // @Param: ALT_CTRL_ALG
// @DisplayName: Altitude control algorithm // @DisplayName: Altitude control algorithm
// @Description: This sets what algorithm will be used for altitude control. The default is to select the algorithm based on whether airspeed is enabled. If you set it to 1, then the airspeed based algorithm won't be used for altitude control, but airspeed can be used for other flight control functions // @Description: This sets what algorithm will be used for altitude control. The default is to select the algorithm based on whether airspeed is enabled. If you set it to 1, then the airspeed based algorithm won't be used for altitude control, but airspeed can be used for other flight control functions. Setting it to 2 selects the new 'TECS' (total energy control system) altitude control, which works both with and without airspeed
// @Values: 0:Default Method,1:non-airspeed // @Values: 0:Default Method,1:non-airspeed,2:TECS
// @User: Advanced // @User: Advanced
GSCALAR(alt_control_algorithm, "ALT_CTRL_ALG", ALT_CONTROL_DEFAULT), GSCALAR(alt_control_algorithm, "ALT_CTRL_ALG", ALT_CONTROL_DEFAULT),