更新至QT6

This commit is contained in:
CaiXiang
2025-11-27 14:22:15 +08:00
parent b0c4d5c475
commit 696b2048ee
28 changed files with 2054 additions and 66 deletions

20
release_package/run.sh Normal file
View File

@@ -0,0 +1,20 @@
#!/bin/bash
echo "========================================"
echo " AGV 路径跟踪控制系统"
echo " Qt6 图形界面"
echo "========================================"
echo ""
echo "正在启动程序..."
echo ""
./agv_qt_gui.exe
if [ $? -ne 0 ]; then
echo ""
echo "========================================"
echo " 程序异常退出!"
echo " 错误代码: $?"
echo "========================================"
echo ""
read -p "按 Enter 键继续..."
fi