Default tolerance for hand palm motion on Leap should be zero

This commit is contained in:
Fabio Manganiello 2018-05-23 19:48:59 +02:00
parent 57722fce2a
commit 306faff4af
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class SensorLeapBackend(Backend):
[25.0, 600.0], # y 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):
super().__init__(*args, **kwargs)