mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 22:22:54 +02:00
Merge pull request #8029 from SamGondelman/constantTurn
Fixed constant turn of 22.5 degrees in comfort mode
This commit is contained in:
commit
6603289de9
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
||||||
"to": "Actions.StepYaw",
|
"to": "Actions.StepYaw",
|
||||||
"filters":
|
"filters":
|
||||||
[
|
[
|
||||||
|
{ "type": "deadZone", "min": 0.15 },
|
||||||
|
"constrainToInteger",
|
||||||
{ "type": "pulse", "interval": 0.5 },
|
{ "type": "pulse", "interval": 0.5 },
|
||||||
{ "type": "scale", "scale": 22.5 }
|
{ "type": "scale", "scale": 22.5 }
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue