Skip to content

Commit c8042f4

Browse files
committed
Add intro GIF
Add note about shaders
1 parent 4217482 commit c8042f4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![Example usage of Isaac Launchable](images/IsaacLaunchableDemo_GitHub_wide.gif)
2+
13
# Isaac Launchable
24

35
Isaac Launchable offers a simplified approach to installing and using [Isaac Lab](https://isaac-sim.github.io/IsaacLab/main/index.html), the NVIDIA framework for robot learning.
@@ -52,7 +54,7 @@ Note how this is similar to the workstation command for launching Isaac Sim, but
5254
3. Open a new browser tab to view the UI.
5355
4. In this tab, paste the same address as the Visual Studio Code server, changing the end of the URL to: `/viewer`
5456
- Example: if VSCode is at `ec2.something.amazonaws.com`, then the Isaac Sim UI can be accessed at `ec2.something.amazonaws.com/viewer`
55-
5. After a few seconds you should see the UI in the viewer tab.
57+
5. After a few seconds you should see the UI in the viewer tab. The first launch may take much longer as shaders are cached.
5658
6. On subsequent relaunches, simply refresh this tab to see the UI.
5759

5860

@@ -82,7 +84,7 @@ This will launch Isaac Sim. Note how we added the `--kit_args` since we'll want
8284
- Example: if VSCode is hosted at `ec2.something.amazonaws.com`, then the Isaac Sim UI can be accessed at `ec2.something.amazonaws.com/viewer` - note the `/viewer` addition.
8385
> [!NOTE]
8486
> If you already have a viewer tab open, simply refresh it when the app is ready.
85-
5. Wait a few seconds for the stream to start.
87+
5. Wait a few seconds for the stream to start. The first launch may take much longer as shaders are cached.
8688
6. To stop the process, press **CTRL+C** in the terminal.
8789

8890
> [!IMPORTANT]
658 KB
Loading

0 commit comments

Comments
 (0)