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
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -e
PROJECT="$HOME/esarobotech/r1"
INTERFACE="${1:-enp3s0}"
cd "$PROJECT"
echo "[R1] Starting camera on $INTERFACE"
exec ./build/r1_vision_node "$INTERFACE"