wu_xinjun
2022-03-23 28668532ed2f97a3883be7e68bced252bd1f99bf
scripts_launch/TEST_ply_show.bat
File was renamed from TEST_ply_show .bat
@@ -2,7 +2,7 @@
@REM change to the filepath
cd %~dp0
echo change to path: %cd%
cd ..
set aerialpython=%cd%/env/aerial_deploy/python.exe
set envsetting=%cd%/env/SettingEnv.bat
@@ -11,11 +11,12 @@
if not exist %aerialpython% (
    call %envsetting% 
)
cd %~dp0
cd ..
echo change to path: %cd%
set PLYfile=./test60120.ply
@REM -------------- Usage: plot_ply.py [PLYfile]"
%aerialpython% ./src/utils/plot_ply.py %PLYfile%
%aerialpython% ./scripts/plot_ply.py %PLYfile%
pause