Files
RflySimhighschool/人工智能/e3.双目视觉人脸识别实验/WinWSL.bat
2025-07-25 17:58:16 +08:00

13 lines
271 B
Batchfile

@echo off
REM Set the path of the RflySim tools
if not defined PSP_PATH (
SET PSP_PATH=C:\PX4PSP
SET PSP_PATH_LINUX=/mnt/c/PX4PSP
)
cd /d %PSP_PATH%\VcXsrv
tasklist|find /i "vcxsrv.exe" >nul || Xlaunch.exe -run config1.xlaunch
cd /d %~dp0
wsl -d RflySim-20.04