AC_AttitudeControl: AC_PosControl: fix PID filter names FILT -> FLTE, D_FILT -> FLTD

This commit is contained in:
Leonard Hall 2021-08-03 13:35:35 +09:30 committed by Andrew Tridgell
parent a9fb5ceb5c
commit 0d52cd4aeb
1 changed files with 2 additions and 2 deletions

View File

@ -239,14 +239,14 @@ const AP_Param::GroupInfo AC_PosControl::var_info[] = {
// @Units: cm/s/s // @Units: cm/s/s
// @User: Advanced // @User: Advanced
// @Param: _VELXY_FILT // @Param: _VELXY_FLTE
// @DisplayName: Velocity (horizontal) input filter // @DisplayName: Velocity (horizontal) input filter
// @Description: Velocity (horizontal) input filter. This filter (in Hz) is applied to the input for P and I terms // @Description: Velocity (horizontal) input filter. This filter (in Hz) is applied to the input for P and I terms
// @Range: 0 100 // @Range: 0 100
// @Units: Hz // @Units: Hz
// @User: Advanced // @User: Advanced
// @Param: _VELXY_D_FILT // @Param: _VELXY_FLTD
// @DisplayName: Velocity (horizontal) input filter // @DisplayName: Velocity (horizontal) input filter
// @Description: Velocity (horizontal) input filter. This filter (in Hz) is applied to the input for D term // @Description: Velocity (horizontal) input filter. This filter (in Hz) is applied to the input for D term
// @Range: 0 100 // @Range: 0 100