---
### How to use
- This version is compatible with Isaac-Sim 5.0
1. **Install Isaac Sim 5.0 **
- Official Documentation: [https://docs.isaacsim.omniverse.nvidia.com/latest/installation/quick-install.html](https://docs.isaacsim.omniverse.nvidia.com/latest/installation/quick-install.html)
- Linux Version Download: [https://download.isaacsim.omniverse.nvidia.com/isaac-sim-standalone-5.0.0-linux-x86_64.zip](https://download.isaacsim.omniverse.nvidia.com/isaac-sim-standalone-5.0.0-linux-x86_64.zip)
- Installation steps:
```bash
# Create installation directory
mkdir ~/isaacsim
# Unzip package (assuming downloaded to ~/Downloads)
cd ~/Downloads
unzip "isaac-sim-standalone-5.0.0-linux-x86_64.zip" -d ~/isaacsim
# Run post-installation setup
cd ~/isaacsim
./post_install.sh
# Launch Isaac Sim
./isaac-sim.selector.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)