From fb2a98b56b99defbe442d3339fdc6df018cfa490 Mon Sep 17 00:00:00 2001 From: abizovnuralem Date: Tue, 4 Jun 2024 01:13:57 +0500 Subject: [PATCH 1/2] fix path issue in Installation Guide --- CONTRIBUTORS.md | 1 + docs/source/setup/installation/verifying_installation.rst | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index cd902a3ba1..1f83e0e56f 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -50,6 +50,7 @@ Guidelines for modifications: * Rosario Scalise * Shafeef Omar * Vladimir Fokow +* Nuralem Abizov ## Acknowledgements diff --git a/docs/source/setup/installation/verifying_installation.rst b/docs/source/setup/installation/verifying_installation.rst index 41565fae2a..23005f844d 100644 --- a/docs/source/setup/installation/verifying_installation.rst +++ b/docs/source/setup/installation/verifying_installation.rst @@ -67,7 +67,7 @@ variables to your terminal for the remaining of the installation instructions: .. code:: bash # Isaac Sim root directory - export ISAACSIM_PATH="${HOME}/.local/share/ov/pkg/isaac_sim-4.0" + export ISAACSIM_PATH="${HOME}/.local/share/ov/pkg/isaac-sim-4.0.0" # Isaac Sim python executable export ISAACSIM_PYTHON_EXE="${ISAACSIM_PATH}/python.sh" @@ -76,7 +76,7 @@ variables to your terminal for the remaining of the installation instructions: .. code:: batch :: Isaac Sim root directory - set ISAACSIM_PATH="C:\Users\user\AppData\Local\ov\pkg\isaac_sim-4.0" + set ISAACSIM_PATH="C:\Users\user\AppData\Local\ov\pkg\isaac-sim-4.0.0" :: Isaac Sim python executable set ISAACSIM_PYTHON_EXE="%ISAACSIM_PATH%\python.bat" From 6acb50edf76b8e66c7fc9ecb8d714a3d1b62e2d1 Mon Sep 17 00:00:00 2001 From: David Hoeller Date: Tue, 4 Jun 2024 09:59:29 +0200 Subject: [PATCH 2/2] Update CONTRIBUTORS.md Signed-off-by: David Hoeller --- CONTRIBUTORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 1f83e0e56f..017fdf9d62 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -43,6 +43,7 @@ Guidelines for modifications: * Kourosh Darvish * Lorenz Wellhausen * Muhong Guo +* Nuralem Abizov * Özhan Özen * Qinxi Yu * René Zurbrügg @@ -50,7 +51,6 @@ Guidelines for modifications: * Rosario Scalise * Shafeef Omar * Vladimir Fokow -* Nuralem Abizov ## Acknowledgements