diff --git a/README.md b/README.md index 95972b9..1f9d36e 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,6 @@ A middleware plugin to connect Flexiv Elements Studio to any external simulator | --------------------- | ------------ | -------------------- | ---------------------- | | Linux (Ubuntu 20.04+) | x86_64 | GCC v9.4+ | 3.8, 3.10, 3.12 | -## Demos - -Demo videos showing Flexiv Elements Studio connected to NVIDIA Isaac Sim can be found [here](https://github.com/flexivrobotics/isaac_sim_ws?tab=readme-ov-file#demos). - ## Tested External Simulators The following external simulators are tested and known to work with Flexiv Sim Plugin: @@ -28,6 +24,22 @@ In theory, any simulator that meets the following criteria should work: 2. Provides joint positions and velocities of the simulated robot. 3. The joints of the simulated robot are actuated by torque. +## Demos + +Below are some demos where Flexiv Elements Studio is connected to NVIDIA Isaac Sim to simulate applications where force control is required. The full demo videos can be found [here](https://github.com/flexivrobotics/isaac_sim_ws?tab=readme-ov-file#demos). + +### Tower of Hanoi + +![Tower of Hanoi](doc/demo/tower_of_hanoi.gif) + +### Peg-in-hole + +![Peg-in-hole](doc/demo/peg_in_hole.gif) + +### Dual-robot polish + +![Dual-robot polish](doc/demo/dual_arm_polish.gif) + ## Flexiv Elements Studio Setup ### Install Elements Studio diff --git a/doc/demo/dual_arm_polish.gif b/doc/demo/dual_arm_polish.gif new file mode 100644 index 0000000..6a45d52 Binary files /dev/null and b/doc/demo/dual_arm_polish.gif differ diff --git a/doc/demo/peg_in_hole.gif b/doc/demo/peg_in_hole.gif new file mode 100644 index 0000000..a7665eb Binary files /dev/null and b/doc/demo/peg_in_hole.gif differ diff --git a/doc/demo/tower_of_hanoi.gif b/doc/demo/tower_of_hanoi.gif new file mode 100644 index 0000000..d074868 Binary files /dev/null and b/doc/demo/tower_of_hanoi.gif differ