更新至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

23
release_package/run.bat Normal file
View File

@@ -0,0 +1,23 @@
@echo off
chcp 65001 >nul
title AGV Path Tracking Control System
echo ========================================
echo AGV 路径跟踪控制系统
echo Qt6 图形界面
echo ========================================
echo.
echo 正在启动程序...
echo.
agv_qt_gui.exe
if errorlevel 1 (
echo.
echo ========================================
echo 程序异常退出!
echo 错误代码: %errorlevel%
echo ========================================
echo.
pause
)