Browse Source

AP_TECS: fixed missing doc comment

mission-4.1.18
Andrew Tridgell 8 years ago
parent
commit
7ee42d3a7e
  1. 1
      libraries/AP_TECS/AP_TECS.cpp

1
libraries/AP_TECS/AP_TECS.cpp

@ -227,6 +227,7 @@ const AP_Param::GroupInfo AP_TECS::var_info[] = {
AP_GROUPINFO("TKOFF_IGAIN", 25, AP_TECS, _integGain_takeoff, 0), AP_GROUPINFO("TKOFF_IGAIN", 25, AP_TECS, _integGain_takeoff, 0),
// @Param: LAND_PDAMP // @Param: LAND_PDAMP
// @DisplayName: Pitch damping gain
// @Description: This is the damping gain for the pitch demand loop. Increase to add damping to correct for oscillations in speed and height. If set to 0 then TECS_PTCH_DAMP will be used instead. // @Description: This is the damping gain for the pitch demand loop. Increase to add damping to correct for oscillations in speed and height. If set to 0 then TECS_PTCH_DAMP will be used instead.
// @Range: 0.1 1.0 // @Range: 0.1 1.0
// @Increment: 0.1 // @Increment: 0.1

Loading…
Cancel
Save