File size: 4,183 Bytes
f9c7324
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99



## Introduction to Interactive Scenes 

📁 `ArtVIP/Interactive_scene` contains **6** pre-configured digital-twin scenes.

### Scene Features

Each scene's USD includes joint drivers with preset stiffness and damping values, and the target position of the drivers is set to 0. 

**Interaction modes:**
- Clicking "Play" will not trigger any actions
- Dragging the joint position will move the object, and it will stop at different positions depending on the magnitude of the drag force

### Customization Options

All joint driver parameters can be adjusted as needed, and you can also control the target position via scripting to achieve specific requirements.

For example, to make a joint open automatically, you need to set the joint stiffness value and target position.
Joint driver visualization:
<div align="center" style="margin: 1rem 0;">
  <img src="../assets/Joint_drive.png" width="100%" alt="Joint Drive Visualization">
</div>


---

### Pre-configured Joint States

The following demonstration sets all joint target positions to the enabled state:


<div align="center" style="display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 2rem 0;">

  <!-- Kitchen Scene -->
  <div style="border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1);">
    <img src="../assets/kitchen-open.gif" width="100%" alt="Kitchen Scene">
    <p style="text-align: center; margin: 8px 0; font-size: 0.9em; color: #666;">
      🔪 Kitchen Scene Interaction
    </p>
  </div>
  <!-- Small Living Room Scene -->
  <div style="border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1);">
    <img src="../assets/smalllivingroom_open.gif" width="100%" alt="Small Living Room Scene">
    <p style="text-align: center; margin: 8px 0; font-size: 0.9em; color: #666;">
      📺 Small Living Room Interaction
    </p>
  </div>

  <!-- Kitchen_with_parlor Scene -->
  <div style="border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1);">
    <img src="../assets/parlor_open.gif" width="100%" alt="Parlor Scene">
    <p style="text-align: center; margin: 8px 0; font-size: 0.9em; color: #666;">
      🛋️ Parlor Scene Interaction
    </p>
  </div>
  <!-- Bedroom Scene -->
  <div style="border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1);">
    <img src="../assets/bedroom_open.gif" width="100%" alt="Bedroom Scene">
    <p style="text-align: center; margin: 8px 0; font-size: 0.9em; color: #666;">
      🛏️ Bedroom Scene Interaction
    </p>
  </div>

</div>

---

### Interactive Demonstrations

The following is a demonstration of interacting with the environment using drag and drop:

<div align="center" style="display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 2rem 0;">
  <div style="border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1);">
    <img src="../assets/Kitchen_interactive.gif" width="100%" alt="Kitchen Scene Example">
    <p style="text-align: center; margin: 8px 0; font-size: 0.9em; color: #666;">
      🍳 Kitchen Interaction Showcase
    </p>
  </div>
  <div style="border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1);">
    <img src="../assets/interactive_largelivingroom.gif" width="100%" alt="Living Room Scene Example">
    <p style="text-align: center; margin: 8px 0; font-size: 0.9em; color: #666;">
      🛋️ Living Room Interaction Showcase
    </p>
  </div>
  <div style="border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1);">
    <img src="../assets/interactive_childrenroom.gif" width="100%" alt="Children Room Scene Example">
    <p style="text-align: center; margin: 8px 0; font-size: 0.9em; color: #666;">
      🧸 Children Room Interaction Showcase
    </p>
  </div>
  <div style="border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1);">
    <img src="../assets/Interactive_kitchen_with_parlor.gif" width="100%" alt="Kitchen with Parlor Scene Example">
    <p style="text-align: center; margin: 8px 0; font-size: 0.9em; color: #666;">
      🍽️ Kitchen with Parlor Interaction Showcase
    </p>
  </div>
</div>