2 * This file is part of INAV
4 * INAV free software. You can redistribute
5 * this software and/or modify this software under the terms of the
6 * GNU General Public License as published by the Free Software
7 * Foundation, either version 3 of the License, or (at your option)
10 * INAV distributed in the hope that it
11 * will be useful, but WITHOUT ANY WARRANTY; without even the implied
12 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13 * See the GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with this software.
18 * If not, see <http://www.gnu.org/licenses/>.
26 typedef struct controlRateConfig_s
{
33 uint16_t pa_breakpoint
; // Breakpoint where TPA is activated
34 uint16_t fixedWingTauMs
; // Time constant of airplane TPA PT1-filter
50 uint8_t fpvCamAngleDegrees
; // Camera angle to treat as "forward" base axis in ACRO (Roll and Yaw sticks will command rotation considering this axis)
53 #ifdef USE_RATE_DYNAMICS
55 uint8_t sensitivityCenter
;
56 uint8_t sensitivityEnd
;
57 uint8_t correctionCenter
;
58 uint8_t correctionEnd
;
64 } controlRateConfig_t
;