Commit
·
26128a8
1
Parent(s):
1590ce8
Update main.py
Browse files- hand_tracker_app/main.py +1 -1
hand_tracker_app/main.py
CHANGED
@@ -14,7 +14,7 @@ from reachy_mini import ReachyMini, ReachyMiniApp
|
|
14 |
from reachy_mini.io.cam_utils import find_camera
|
15 |
from scipy.spatial.transform import Rotation as R
|
16 |
|
17 |
-
from
|
18 |
|
19 |
gui = False # Set to True if you want to use the GUI for debugging
|
20 |
|
|
|
14 |
from reachy_mini.io.cam_utils import find_camera
|
15 |
from scipy.spatial.transform import Rotation as R
|
16 |
|
17 |
+
from hand_tracker_app.hand_tracker import HandTracker
|
18 |
|
19 |
gui = False # Set to True if you want to use the GUI for debugging
|
20 |
|