---
### How to use
1. **Install Isaac Sim 4.5**
- Official Documentation: [https://docs.isaacsim.omniverse.nvidia.com/latest/installation/download.html](https://docs.isaacsim.omniverse.nvidia.com/latest/installation/download.html)
- Linux Version Download: [https://download.isaacsim.omniverse.nvidia.com/isaac-sim-standalone%404.5.0-rc.36%2Brelease.19112.f59b3005.gl.linux-x86_64.release.zip](https://download.isaacsim.omniverse.nvidia.com/isaac-sim-standalone%404.5.0-rc.36%2Brelease.19112.f59b3005.gl.linux-x86_64.release.zip)
- Installation steps:
```bash
# Create installation directory
mkdir ~/isaacsim
# Unzip package (assuming downloaded to ~/Downloads)
cd ~/Downloads
unzip "isaac-sim-standalone@4.5.0-rc.36+release.19112.f59b3005.gl.linux-x86_64.release.zip" -d ~/isaacsim
# Run post-installation setup
cd ~/isaacsim
./post_install.sh
# Launch Isaac Sim
./isaac-sim.sh
### Examples
**Interaction Demo**:
1. Locate the scene file: `/Interactive_scene/kitchen/Interactive_kitchen.usd`
2. Open in Isaac Sim and click ▶️ PLAY
3. **Force Application**:
- Hold `SHIFT + Left Click` and drag to apply external forces (highlighted in green in the demonstration image)