office_gzweb/autorun.sh

10 lines
519 B
Bash
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/usr/bin/env bash
# autorun.sh — 容器启动后自动执行:移动巡检 + 自动制图
# 默认不运行 detector保持最稳定的基础行为
# 如需启用 detector手动运行
# VISION_BACKEND=yolo ./run_all.sh mapping --explore --gzweb --no-gzweb-vite --vision
# VISION_BACKEND=vlm ./run_all.sh mapping --explore --gzweb --no-gzweb-vite --vision
set -euo pipefail
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec bash "${ROOT}/run_all.sh" mapping --explore --gzweb --no-gzweb-vite