# Examples from documentation ## Important Links [How to run examples](https://docs.isaacsim.omniverse.nvidia.com/4.5.0/introduction/examples.html) ## List of Examples [List](https://docs.isaacsim.omniverse.nvidia.com/4.5.0/introduction/examples.html) The following are the compatibility of these examples with different Isaac Sim workflow. ROS examples from the list will be covered [later](../isaac-sim-with-ros/tutorials.md). :::{list-table} :widths: 30 20 25 25 :header-rows: 1 * - Example Name - GUI - Scripting - Standalone Python * - **Sensors** - - - * - LIDAR - ✅ - ✅ - ✅ * - Custom Pattern Range Sensor - ✅ - not the spawing - No sensor plugin available * - IMU - ✅ - ✅ - ✅ * - Contact - ✅ - ✅ - ✅ * - **Input Devices** - - - * - Kaya Gamepad - ✅ - ❌ - ❌ * - Omnigraph Keyboard - ✅ - ❌ - ❌ * - **Mannipulation** - - - * - Follow Target - ✅ - ❌ - ❌ * - Path Planning - ✅ - ❌ - ✅ ([here](https://docs.isaacsim.omniverse.nvidia.com/4.5.0/manipulators/manipulators_lula_rrt.html#isaac-sim-app-tutorial-motion-generation-rrt)) * - Simple Stack - ✅ - ❌ - ❌ * - Bin Filling - ✅ - ❌ - ❌ * - Replay Follow Target - ✅ - ❌ - ❌ * - Surface Gripper - ✅ - ❌ - ✅ ([here](https://docs.isaacsim.omniverse.nvidia.com/4.5.0/robot_simulation/ext_isaacsim_robot_surface_gripper.html#isaac-surface-grippers)) * - **Multi-Robot** - - - * - Robo Party - ✅ - ❌ - ❌ * - Robo Factory - ✅ - ❌ - ❌ * - **General** - - - * - Hello World - ✅ - ❌ - ❌ * - **Policy** - covered [later](../../isaac-lab.md) - - - * - Quadruped - ✅ - ❌ - ❌ * - Humanod - ✅ - ❌ - ❌ * - **Cortex** - covered [later](../isaac-sim-with-digital-twin.md) - - - * - UR 10 palletizing - ✅ - ✅ - ✅ * - Franka Cortex Examples - ✅ - ✅ - ✅ * - **Import Robots** - - - * - Carter URDF - ✅ - ❌ - ❌ * - Franka URDF - ✅ - ❌ - ❌ * - Kaya URDF - ✅ - ❌ - ❌ * - UR10 URDF - ✅ - ❌ - ❌ * - **Tutorials** - already covered [here](./standalone-python-workflow/standalone_examples.md#tutorials) - - - ::: TODO Standalone python script for: :URDF importing: [refer](./standalone-python-workflow/standalone_examples/api.md#asset) :Multi robot systems: :Manipulation tasks: :Input device interfacing: