Commit Β·
26e543e
1
Parent(s): b9abf97
docs: add emoji gesture reference table
Browse files- PROJECT_PLAN.md +12 -1
- index.html +1 -1
PROJECT_PLAN.md
CHANGED
|
@@ -391,8 +391,19 @@ Based on deep analysis of Reachy Mini SDK, the following entities are exposed to
|
|
| 391 |
- [x] `gesture_detected` - Detected gesture name (Text Sensor)
|
| 392 |
- [x] `gesture_confidence` - Gesture detection confidence % (Sensor)
|
| 393 |
- [x] HaGRID ONNX models: hand_detector.onnx + crops_classifier.onnx
|
| 394 |
-
- [x] 18 supported gestures: call, dislike, fist, four, like, mute, ok, one, palm, peace, peace_inverted, rock, stop, stop_inverted, three, three2, two_up, two_up_inverted
|
| 395 |
- [x] Real-time state push to Home Assistant
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 396 |
|
| 397 |
---
|
| 398 |
|
|
|
|
| 391 |
- [x] `gesture_detected` - Detected gesture name (Text Sensor)
|
| 392 |
- [x] `gesture_confidence` - Gesture detection confidence % (Sensor)
|
| 393 |
- [x] HaGRID ONNX models: hand_detector.onnx + crops_classifier.onnx
|
|
|
|
| 394 |
- [x] Real-time state push to Home Assistant
|
| 395 |
+
- [x] 18 supported gestures:
|
| 396 |
+
| Gesture | Emoji | Gesture | Emoji |
|
| 397 |
+
|---------|-------|---------|-------|
|
| 398 |
+
| call | π€ | like | π |
|
| 399 |
+
| dislike | π | mute | π€« |
|
| 400 |
+
| fist | β | ok | π |
|
| 401 |
+
| four | ποΈ | one | βοΈ |
|
| 402 |
+
| palm | β | peace | βοΈ |
|
| 403 |
+
| peace_inverted | π»βοΈ | rock | π€ |
|
| 404 |
+
| stop | π | stop_inverted | π»π |
|
| 405 |
+
| three | 3οΈβ£ | three2 | π€ |
|
| 406 |
+
| two_up | βοΈβοΈ | two_up_inverted | π»βοΈβοΈ |
|
| 407 |
|
| 408 |
---
|
| 409 |
|
index.html
CHANGED
|
@@ -37,7 +37,7 @@
|
|
| 37 |
<span>Multi-room audio</span>
|
| 38 |
<span>45+ HA entities</span>
|
| 39 |
<span>Zero configuration</span>
|
| 40 |
-
<span>
|
| 41 |
|
| 42 |
|
| 43 |
</div>
|
|
|
|
| 37 |
<span>Multi-room audio</span>
|
| 38 |
<span>45+ HA entities</span>
|
| 39 |
<span>Zero configuration</span>
|
| 40 |
+
<span>Gesture Detection</span>
|
| 41 |
|
| 42 |
|
| 43 |
</div>
|