drenayaz commited on
Commit
1b5177c
·
1 Parent(s): 1eb2bda

improve front page

Browse files
Files changed (1) hide show
  1. index.html +38 -6
index.html CHANGED
@@ -26,13 +26,16 @@
26
  <div class="tags">
27
  <span class="tag">vision</span>
28
  <span class="tag">lite</span>
29
- <span class="tag">wireless</span>
30
  <span class="tag">hands-tracking</span>
31
  <span class="tag">mediapipe</span>
32
  </div>
33
 
34
  <p class="hero-description">
35
- Control Reachy Mini's antennas with your hands using real-time hand tracking powered by MediaPipe.
 
 
 
 
36
  </p>
37
  </div>
38
  </div>
@@ -45,17 +48,45 @@
45
  <div class="technical-grid">
46
  <div>
47
  <h2 class="section-title">How it works</h2>
 
48
  <p class="section-text">
49
- This application uses <strong>MediaPipe Hands</strong> to detect and track your hands in real-time through Reachy Mini's camera.
50
  </p>
 
51
  <p class="section-text">
52
- The 2D position of your hands is mapped to control Reachy Mini's antennas. Move your hands up, down, left, or right, and watch the antennas follow your movements wirelessly.
 
53
  </p>
54
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  <h2 class="section-title" style="margin-top: 2rem;">How to install</h2>
 
56
  <ol class="install-steps">
57
  <li>
58
- <span>Make sure you already have the <a href="https://github.com/pollen-robotics/reachy-mini-desktop-app/releases/latest" class="link-tertiary">dashboard</a> installed.</span>
 
 
 
 
 
59
  </li>
60
  <li>
61
  <span>Connect to your Reachy Mini using the dashboard.</span>
@@ -72,6 +103,7 @@
72
  </ol>
73
  </div>
74
 
 
75
  <div>
76
  <img src="assets/reachy-mini-demo-dashboard.gif" alt="Dashboard Demo" class="demo-gif">
77
  </div>
 
26
  <div class="tags">
27
  <span class="tag">vision</span>
28
  <span class="tag">lite</span>
 
29
  <span class="tag">hands-tracking</span>
30
  <span class="tag">mediapipe</span>
31
  </div>
32
 
33
  <p class="hero-description">
34
+ Control <b>Reachy Minis head and antennas</b> using natural hand movements, powered by real-time hand tracking with MediaPipe. <br>
35
+ Reachy Mini follows the position of your hand with its head, while the orientation of your fingers controls the antennas.
36
+ </p>
37
+ <p style="color: #b45309; background: #fef3c7; padding: 10px; border-radius: 6px;">
38
+ ⚠️ This application is available only on <b>Reachy Mini Lite.</b>
39
  </p>
40
  </div>
41
  </div>
 
48
  <div class="technical-grid">
49
  <div>
50
  <h2 class="section-title">How it works</h2>
51
+
52
  <p class="section-text">
53
+ Simply place <strong>one or two hands</strong> in front of Reachy Minis camera.
54
  </p>
55
+
56
  <p class="section-text">
57
+ With <strong>one hand</strong>, Reachy Mini tracks your hand position with its head, and
58
+ <strong>finger orientation controls both antennas together</strong>.
59
  </p>
60
+
61
+ <p class="section-text">
62
+ With <strong>two hands</strong>, each hand controls one antenna independently
63
+ </p>
64
+
65
+ <p class="section-text">
66
+ For best tracking results, keep your hands at least <strong>50&nbsp;cm</strong> away from the robot’s camera.
67
+ </p>
68
+
69
+
70
+ <div class="section-text">
71
+ <span>From the UI, you can:</span>
72
+ <ul style="padding-left: 1.2rem; margin-top: 0;">
73
+ <li>Enable or disable tracking features</li>
74
+ <li>Select the preferred hand to track</li>
75
+ <li>Change antenna behavior modes</li>
76
+ <li>View the robot’s live camera feed in real time</li>
77
+ </ul>
78
+ </div>
79
+
80
  <h2 class="section-title" style="margin-top: 2rem;">How to install</h2>
81
+
82
  <ol class="install-steps">
83
  <li>
84
+ <span>
85
+ Make sure you already have the
86
+ <a href="https://github.com/pollen-robotics/reachy-mini-desktop-app/releases/latest"
87
+ class="link-tertiary">dashboard</a>
88
+ installed.
89
+ </span>
90
  </li>
91
  <li>
92
  <span>Connect to your Reachy Mini using the dashboard.</span>
 
103
  </ol>
104
  </div>
105
 
106
+
107
  <div>
108
  <img src="assets/reachy-mini-demo-dashboard.gif" alt="Dashboard Demo" class="demo-gif">
109
  </div>