From 693f29752cb901d40688d3164e512c5bcadefa5d Mon Sep 17 00:00:00 2001 From: Octi Zhang Date: Mon, 25 Aug 2025 18:21:42 -0700 Subject: [PATCH] fix typo in isaaclab.bat --- isaaclab.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/isaaclab.bat b/isaaclab.bat index d4862217f347..6923c9ee9174 100644 --- a/isaaclab.bat +++ b/isaaclab.bat @@ -547,7 +547,7 @@ if "%arg%"=="-i" ( set "skip=1" ) ) - !isaacsim_exe! --ext-folder %ISAACLAB_PATH%\source !allArgs1 + !isaacsim_exe! --ext-folder %ISAACLAB_PATH%\source !allArgs! goto :end ) else if "%arg%"=="--sim" ( rem run the simulator exe provided by Isaac Sim @@ -562,7 +562,7 @@ if "%arg%"=="-i" ( set "skip=1" ) ) - !isaacsim_exe! --ext-folder %ISAACLAB_PATH%\source !allArgs1 + !isaacsim_exe! --ext-folder %ISAACLAB_PATH%\source !allArgs! goto :end ) else if "%arg%"=="-n" ( rem run the template generator script