Skip to content

Commit 3fdef8a

Browse files
sheikh-nvshanereetz
authored andcommitted
Fix run commands
1 parent 132e052 commit 3fdef8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This guide will get you started with a Visual Studio Code instance with Isaac La
3232
Once the environment is up, use Isaac Lab as normal. If the Isaac Sim UI is needed (e.g., for policy evaluation), enable streaming as described below.
3333

3434
To run an Isaac Lab sample:
35-
`/workspace/isaaclab/isaaclab.sh -p "scripts/tutorials/00_sim/create_empty.py" --kit_args="--no-window --enable omni.kit.livestream.webrtc"`
35+
`./isaaclab/isaaclab.sh -p "isaaclab/scripts/tutorials/00_sim/create_empty.py" --kit_args="--no-window --enable omni.kit.livestream.webrtc"`
3636

3737
### View the Isaac Sim UI in the browser
3838
To run an Isaac sample:

isaac-lab/vscode/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ See the [project repo](https://github.com/isaac-sim/isaac-launchable) for more d
88
You can run any of the Issac Lab scripts with the streaming Isaac Sim experience with the following command:
99

1010
```console
11-
/workspace/isaaclab/isaaclab.sh -p "scripts/tutorials/00_sim/create_empty.py" --kit_args="--no-window --enable omni.kit.livestream.webrtc"
11+
./isaaclab/isaaclab.sh -p "isaaclab/scripts/tutorials/00_sim/create_empty.py" --kit_args="--no-window --enable omni.kit.livestream.webrtc"
1212
```
1313

1414
Then, in a separate browser window, open `http://{your instance's address}/viewer`.
@@ -20,7 +20,7 @@ To run any other Isaac Lab commands, simply append those same arguments as shown
2020
You can run the streaming Isaac Sim application at anytime with the following command:
2121

2222
```console
23-
/workspace/isaaclab/_isaac_sim/isaac-sim.sh --no-window --enable omni.kit.livestream.webrtc
23+
./isaaclab/_isaac_sim/isaac-sim.sh --no-window --enable omni.kit.livestream.webrtc
2424
```
2525

2626
Then, in a separate browser window, open `https://{your instance's address}/viewer`.

0 commit comments

Comments
 (0)