feat: package TG3 TS1P OmniSocket teleoperation

This commit is contained in:
2026-08-07 16:13:41 +08:00
commit 57e582e1d7
24 changed files with 4055 additions and 0 deletions

9
tg3_local_teleop/status.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -euo pipefail
APP_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
if [[ ! -f "$APP_DIR/status.json" ]]; then
echo "status.json does not exist; the bridge has not produced status yet"
exit 1
fi
python3 -m json.tool "$APP_DIR/status.json"