Merge pull request #8029 from SamGondelman/constantTurn

Fixed constant turn of 22.5 degrees in comfort mode
This commit is contained in:
Brad Hefta-Gaub 2016-06-07 17:09:07 -07:00
commit 6603289de9

View file

@ -9,6 +9,8 @@
"to": "Actions.StepYaw",
"filters":
[
{ "type": "deadZone", "min": 0.15 },
"constrainToInteger",
{ "type": "pulse", "interval": 0.5 },
{ "type": "scale", "scale": 22.5 }
]