You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,8 @@ New hand poses can be made by creating new Hand Pose Resource instances.
67
67
Hand Pose Resources consist of:
68
68
* A Pose Name (reported in the pose detector signals)
69
69
* A Threshold (a minimal fitness threshold to report the pose)
70
+
* A Hold Time (a debounce time necessary to register the pose)
71
+
* A Release Time (a debounce time necessary to release the pose)
70
72
* A set of fitness functions to apply to each pose component
71
73
72
74
@@ -106,7 +108,7 @@ The Range function provides non-zero values in a finite range.
106
108
107
109
## Designing and Tuning
108
110
109
-
The inspect scene provided in the demo project can be used to inspect the flexion, curl, abduction, and tip-distance of a hand, and can also inspect a selected hand pose to diagnose the fitness of the rules.
111
+
The inspect scene provided in the demo project can be used to inspect the flexion, curl, abduction, and tip-distance of a hand, and can also inspect a selected hand pose to diagnose the fitness of each component.
0 commit comments