fixed constant turn of 22.5 degrees

This commit is contained in:
SamGondelman 2016-06-06 18:40:12 -07:00
parent 35b80ba066
commit 509f889c0d

View file

@ -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 }
] ]