From 82c39c14b5b73d49d0c0b62147384e59d77ccdea Mon Sep 17 00:00:00 2001 From: Kyu3224 Date: Tue, 15 Jul 2025 09:50:46 +0900 Subject: [PATCH] Remove deprecated env variable in docs(#2920) --- CONTRIBUTORS.md | 1 + docs/source/api/lab/isaaclab.app.rst | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 08da3bbe23c..a4227e634f0 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -90,6 +90,7 @@ Guidelines for modifications: * Michael Gussert * Michael Noseworthy * Miguel Alonso Jr +* Mingyu Lee * Muhong Guo * Nicola Loi * Norbert Cygiert diff --git a/docs/source/api/lab/isaaclab.app.rst b/docs/source/api/lab/isaaclab.app.rst index 46eff80ab95..e2210d42e46 100644 --- a/docs/source/api/lab/isaaclab.app.rst +++ b/docs/source/api/lab/isaaclab.app.rst @@ -55,7 +55,6 @@ To set the environment variables, one can use the following command in the termi .. code:: bash - export REMOTE_DEPLOYMENT=3 export ENABLE_CAMERAS=1 # run the python script ./isaaclab.sh -p scripts/demo/play_quadrupeds.py @@ -64,7 +63,7 @@ Alternatively, one can set the environment variables to the python script direct .. code:: bash - REMOTE_DEPLOYMENT=3 ENABLE_CAMERAS=1 ./isaaclab.sh -p scripts/demo/play_quadrupeds.py + ENABLE_CAMERAS=1 ./isaaclab.sh -p scripts/demo/play_quadrupeds.py Overriding the environment variables