Files
OmniSocketGo_streaming/robot/v4l2/OmniSocketGo_robot/start-robot-lan.sh
2026-08-09 15:56:20 +08:00

13 lines
284 B
Bash

#!/usr/bin/env bash
set -euo pipefail
PROJECT_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${PROJECT_ROOT}"
if [[ ! -x bin/b_side_omnid ]]; then
echo "[start-robot-lan] building bin/b_side_omnid" >&2
make b_side_omnid
fi
exec bash scripts/dev/start-b-side-omnid.sh