Skip to content

Commit 271b0a5

Browse files
committed
v5 updates
1 parent 0c523b4 commit 271b0a5

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

Binary file not shown.
Binary file not shown.

docs/core/examples/guides/isaaclab-aica-bridge.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sidebar_position: 11
33
title: Using Isaac Lab as a simulator
44
---
55

6-
import application from './assets/isaaclab-aica-bridge-application.gif'
6+
import application from './assets/isaaclab-aica-bridge-application.webm'
77
import scene from './assets/isaaclab-aica-bridge-sim-scene.png'
88

99
# Using Isaac Lab as a simulator
@@ -531,9 +531,9 @@ duplicating an existing hardware and swap out the plugin in the URDF.
531531
<summary>Point Attractor Application</summary>
532532

533533
```yaml
534-
schema: 2-0-4
534+
schema: 2-0-6
535535
dependencies:
536-
core: v4.4.2
536+
core: v5.0.0
537537
frames:
538538
target:
539539
reference_frame: world
@@ -666,12 +666,16 @@ Launch the simulator inside the Isaac Lab development environment Docker contain
666666
python3 scripts/custom/aica_bridge/run_bridge.py --scene basic_scene --command_interface velocities
667667
```
668668

669-
Then, play your AICA application from the previous step. Go to the 3D view and drag the `command` frame around to move
669+
Then, start your AICA application from the previous step. Switch to the 3D view and drag the `command` frame around to move
670670
the robot in space.
671671

672-
<div class="text--center">
673-
<img src={application} alt="Point Attractor Example" />
672+
<div style={{ display: "flex", justifyContent: "center" }}>
673+
<video autoPlay loop muted playsInline style={{ maxWidth: "100%", borderRadius: "8px" }}>
674+
<source src={application} type="video/webm" />
675+
Point Attractor Example.
676+
</video>
674677
</div>
678+
<br />
675679

676680
### Beware
677681

0 commit comments

Comments
 (0)