forked from platypush/platypush
Default tolerance for hand palm motion on Leap should be zero
This commit is contained in:
parent
57722fce2a
commit
306faff4af
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class SensorLeapBackend(Backend):
|
||||||
[25.0, 600.0], # y axis
|
[25.0, 600.0], # y axis
|
||||||
[-300.0, 300.0], # z axis
|
[-300.0, 300.0], # z axis
|
||||||
],
|
],
|
||||||
position_tolerance=0.2, # Position variation tolerance in %
|
position_tolerance=0.0, # Position variation tolerance in %
|
||||||
*args, **kwargs):
|
*args, **kwargs):
|
||||||
super().__init__(*args, **kwargs)
|
super().__init__(*args, **kwargs)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue