wired up voice and vision, testing motion

This commit is contained in:
Jaroslav Vizner
2026-08-28 11:26:40 +02:00
parent 8d88495f6f
commit 3982c6fb6b
84 changed files with 7696 additions and 8984 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/usr/bin/env bash
set -e
PROJECT="$HOME/esarobotech/r1"
CONDA="$HOME/miniconda3"
source "$CONDA/etc/profile.d/conda.sh"
conda activate ai_robot
cd "$PROJECT"
echo "[R1] Starting YOLO detector"
echo "[R1] Input: /dev/shm/robot_frame.jpg"
echo "[R1] Output: /dev/shm/r1_detections.json"
exec python scripts/yolo_detector.py