Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-04-27 20:08:32 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-04-27 20:08:32 +0300
commita29578840fad9293b8f87ce19d263db81a0ce7d6 (patch)
treef89fa8b2945dec0e779a24b5c11920bf233680db /_locales
parent7bc94e130ae400daeab85df9a4a8aec77258a698 (diff)
Iterm relax settings
Diffstat (limited to '_locales')
-rwxr-xr-x_locales/en/messages.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index d79036d3..61167f0d 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -915,6 +915,12 @@
"pidTuningFeedForward": {
"message": "FeedForward"
},
+ "dtermSetpointWeight": {
+ "message": "Dterm setpoint weight"
+ },
+ "dtermSetpointWeightHelp": {
+ "message": "The lower the value, the more damped all the maneuvers are. 0 mean Dterm is computed from gyro, 1 from error and 2 from setpoint. For gentler feel lower the value. For sharper response, raise it"
+ },
"pidTuningRollPitchRate": {
"message": "ROLL &amp; PITCH rate"
},
@@ -2967,5 +2973,23 @@
},
"active": {
"message": "Active"
+ },
+ "itermRelax": {
+ "message": "Iterm Relax"
+ },
+ "itermRelaxHelp": {
+ "message": "Defines Iterm relaxation algorithm activation. PR mean it's active on Roll and Pitch axises. PRY is active also on Yaw."
+ },
+ "itermRelaxType": {
+ "message": "Iterm Relax Type"
+ },
+ "itermRelaxTypeHelp": {
+ "message": "GYRO mode is more clinical and complete in suppressing iTerm, SETPOINT mode is a bit smoother with slightly softer landings after flips."
+ },
+ "itermRelaxCutoff": {
+ "message": "Iterm Relax Cutoff Frequency"
+ },
+ "itermRelaxCutoffHelp": {
+ "message": "Lower values open a longer time window for Iterm Relax to work on and stronger Iterm supression. Higher values shortens the time windows and reduces supression."
}
}