Skip to content

Remove deprecated env variable in docs #2936

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ Guidelines for modifications:
* Michael Gussert
* Michael Noseworthy
* Miguel Alonso Jr
* Mingyu Lee
* Muhong Guo
* Nicola Loi
* Norbert Cygiert
Expand Down
3 changes: 1 addition & 2 deletions docs/source/api/lab/isaaclab.app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down