|
3 | 3 | This project provides a simple way to interact with Isaac Lab, and Isaac Sim, either on the cloud or locally. |
4 | 4 | See the [project repo](https://github.com/isaac-sim/isaac-launchable) for more detaild instructions, but below is a quickstart guide. |
5 | 5 |
|
6 | | -## Running Isaac Sim |
| 6 | +## Running Isaac Lab |
7 | 7 |
|
8 | | -You can run the streaming Isaac Sim application at anytime with the following command: |
| 8 | +You can run any of the Issac Lab scripts with the streaming Isaac Sim experience with the following command: |
9 | 9 |
|
10 | 10 | ```console |
11 | | -isaacsim isaacsim.exp.full.streaming.kit --no-window |
| 11 | +./isaaclab.sh -p "scripts/tutorials/00_sim/create_empty.py" --kit_args="--no-window --enable omni.kit.livestream.webrtc" |
12 | 12 | ``` |
13 | 13 |
|
14 | 14 | Then, in a separate browser window, open `https://{your instance's address}/viewer`. |
15 | 15 |
|
16 | | -For example, if this is run on a local computer: `127.0.0.1/viewer` |
17 | | -If this is run on an AWS instance, the address may be more like: |
| 16 | +To run any other Isaac Lab commands, simply append those same arguments as shown above: `--kit_args="--no-window --enable omni.kit.livestream.webrtc"` |
18 | 17 |
|
19 | | -## Running Isaac Lab |
| 18 | +## Running Isaac Sim |
20 | 19 |
|
21 | | -You can run any of the Issac Lab scripts with the streaming Isaac Sim experience with the following command: |
| 20 | +You can run the streaming Isaac Sim application at anytime with the following command: |
22 | 21 |
|
23 | 22 | ```console |
24 | | -./isaaclab.sh -p "scripts/tutorials/00_sim/create_empty.py" --kit_args="--no-window --enable omni.kit.livestream.webrtc" |
| 23 | +/workspace/isaaclab/_isaac_sim/isaac-sim.sh --no-window --enable omni.kit.livestream.webrtc |
25 | 24 | ``` |
26 | 25 |
|
27 | 26 | Then, in a separate browser window, open `https://{your instance's address}/viewer`. |
28 | 27 |
|
29 | | -To run any other Isaac Lab commands, simply append those same arguments as shown above: `--kit_args="--no-window --enable omni.kit.livestream.webrtc"` |
| 28 | +For example, if this is run on a local computer: `127.0.0.1/viewer` |
| 29 | +If this is run on an AWS instance, the address may be more like: |
| 30 | +`http://ec2-00-00-000-000.compute-1.amazonaws.com/viewer` |
0 commit comments