Commit
·
1fcf418
1
Parent(s):
f9c7324
Update Readme
Browse files- README.md +22 -3
- Scenes/README.md +1 -1
README.md
CHANGED
|
@@ -70,18 +70,23 @@ Formats:
|
|
| 70 |
---
|
| 71 |
## [Version History](./assets/Release_history.md)
|
| 72 |
|
|
|
|
|
|
|
| 73 |
| Version | Release Date | Description | Highlights |
|
| 74 |
|---------|--------------|-----------------------------------------------------------------------------|------------|
|
| 75 |
| v1.1 | 2024-08 | Optimized the details of interactive scenes. | ✅ Modify interactive scene joint drive configuration<br>✅Optimize collision volume decomposition within interactive scenes <br> ✅Including 48 modular interactive objects |
|
| 76 |
| v1.0 | 2024-06 | Initial release of ArtVIP dataset | ✅ 206 articulated objects<br>✅ 6 interactive scenes<br>✅ 6 digital twin scenes<br> |
|
| 77 |
|
| 78 |
### Dataset Information
|
|
|
|
| 79 |
### Description
|
|
|
|
| 80 |
[Click here](https://x-humanoid-artvip.github.io/) for a detailed dataset description and full video introduction.
|
| 81 |
|
| 82 |
### Dataset Structure
|
| 83 |
|
| 84 |
1. **Articulated objects**
|
|
|
|
| 85 |
[Click here](./Articulated_objects/README.md) for the introduction to Articulated objects.
|
| 86 |
The specific modular-interaction types:
|
| 87 |
|
|
@@ -135,14 +140,19 @@ Formats:
|
|
| 135 |
</div>
|
| 136 |
</div>
|
| 137 |
|
| 138 |
-
|
| 139 |
-
|
|
|
|
|
|
|
| 140 |
📁 ``ArtVIP/Secenes`` contains **6** user-defined digital-twin scenes.
|
|
|
|
| 141 |
- [📘 Introduction to Digital-Twin Scenes](./Scenes/README.md)
|
| 142 |
|
| 143 |
|
| 144 |
-
|
|
|
|
| 145 |
📁 ``ArtVIP/Interactive_scene`` contains **6** pre-configured Interactive scenes.
|
|
|
|
| 146 |
- [📘 Introduction to Interactive scenes](./Interactive_scene/README.md)
|
| 147 |
|
| 148 |
|
|
@@ -186,12 +196,15 @@ Formats:
|
|
| 186 |
|
| 187 |
|
| 188 |
### How to use
|
|
|
|
| 189 |
1. **Install Isaac Sim 4.5**
|
|
|
|
| 190 |
- Official Documentation: [https://docs.isaacsim.omniverse.nvidia.com/latest/installation/download.html](https://docs.isaacsim.omniverse.nvidia.com/latest/installation/download.html)
|
| 191 |
|
| 192 |
- Linux Version Download: [https://download.isaacsim.omniverse.nvidia.com/isaac-sim-standalone%404.5.0-rc.36%2Brelease.19112.f59b3005.gl.linux-x86_64.release.zip](https://download.isaacsim.omniverse.nvidia.com/isaac-sim-standalone%404.5.0-rc.36%2Brelease.19112.f59b3005.gl.linux-x86_64.release.zip)
|
| 193 |
|
| 194 |
- Installation steps:
|
|
|
|
| 195 |
```bash
|
| 196 |
# Create installation directory
|
| 197 |
mkdir ~/isaacsim
|
|
@@ -206,12 +219,17 @@ Formats:
|
|
| 206 |
|
| 207 |
# Launch Isaac Sim
|
| 208 |
./isaac-sim.sh
|
|
|
|
| 209 |
### Examples
|
| 210 |
|
| 211 |
**Interaction Demo**:
|
|
|
|
| 212 |
1. Locate the scene file: `/Interactive_scene/kitchen/kitchen_target_position0.usd`
|
|
|
|
| 213 |
2. Open in Isaac Sim and click ▶️ PLAY
|
|
|
|
| 214 |
3. **Force Application**:
|
|
|
|
| 215 |
- Hold `SHIFT + Left Click` and drag to apply external forces (highlighted in green in the demonstration image)
|
| 216 |
<!--  -->
|
| 217 |
|
|
@@ -259,6 +277,7 @@ Formats:
|
|
| 259 |
</div>
|
| 260 |
|
| 261 |
**Full Object Interactivity**:
|
|
|
|
| 262 |
<div align="center" style="display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 2rem 0;">
|
| 263 |
<div style="border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1);">
|
| 264 |
<img src="./assets/Kitchen_interactive.gif" width="100%" alt="Kitchen Scene Example">
|
|
|
|
| 70 |
---
|
| 71 |
## [Version History](./assets/Release_history.md)
|
| 72 |
|
| 73 |
+
[Click here](./assets/Release_history.md) to view historical versions
|
| 74 |
+
|
| 75 |
| Version | Release Date | Description | Highlights |
|
| 76 |
|---------|--------------|-----------------------------------------------------------------------------|------------|
|
| 77 |
| v1.1 | 2024-08 | Optimized the details of interactive scenes. | ✅ Modify interactive scene joint drive configuration<br>✅Optimize collision volume decomposition within interactive scenes <br> ✅Including 48 modular interactive objects |
|
| 78 |
| v1.0 | 2024-06 | Initial release of ArtVIP dataset | ✅ 206 articulated objects<br>✅ 6 interactive scenes<br>✅ 6 digital twin scenes<br> |
|
| 79 |
|
| 80 |
### Dataset Information
|
| 81 |
+
|
| 82 |
### Description
|
| 83 |
+
|
| 84 |
[Click here](https://x-humanoid-artvip.github.io/) for a detailed dataset description and full video introduction.
|
| 85 |
|
| 86 |
### Dataset Structure
|
| 87 |
|
| 88 |
1. **Articulated objects**
|
| 89 |
+
|
| 90 |
[Click here](./Articulated_objects/README.md) for the introduction to Articulated objects.
|
| 91 |
The specific modular-interaction types:
|
| 92 |
|
|
|
|
| 140 |
</div>
|
| 141 |
</div>
|
| 142 |
|
| 143 |
+
2. **Scenes**
|
| 144 |
+
|
| 145 |
+
2.1 Digital Twin Scenes
|
| 146 |
+
|
| 147 |
📁 ``ArtVIP/Secenes`` contains **6** user-defined digital-twin scenes.
|
| 148 |
+
|
| 149 |
- [📘 Introduction to Digital-Twin Scenes](./Scenes/README.md)
|
| 150 |
|
| 151 |
|
| 152 |
+
2.2 Interactive_scene
|
| 153 |
+
|
| 154 |
📁 ``ArtVIP/Interactive_scene`` contains **6** pre-configured Interactive scenes.
|
| 155 |
+
|
| 156 |
- [📘 Introduction to Interactive scenes](./Interactive_scene/README.md)
|
| 157 |
|
| 158 |
|
|
|
|
| 196 |
|
| 197 |
|
| 198 |
### How to use
|
| 199 |
+
|
| 200 |
1. **Install Isaac Sim 4.5**
|
| 201 |
+
|
| 202 |
- Official Documentation: [https://docs.isaacsim.omniverse.nvidia.com/latest/installation/download.html](https://docs.isaacsim.omniverse.nvidia.com/latest/installation/download.html)
|
| 203 |
|
| 204 |
- Linux Version Download: [https://download.isaacsim.omniverse.nvidia.com/isaac-sim-standalone%404.5.0-rc.36%2Brelease.19112.f59b3005.gl.linux-x86_64.release.zip](https://download.isaacsim.omniverse.nvidia.com/isaac-sim-standalone%404.5.0-rc.36%2Brelease.19112.f59b3005.gl.linux-x86_64.release.zip)
|
| 205 |
|
| 206 |
- Installation steps:
|
| 207 |
+
|
| 208 |
```bash
|
| 209 |
# Create installation directory
|
| 210 |
mkdir ~/isaacsim
|
|
|
|
| 219 |
|
| 220 |
# Launch Isaac Sim
|
| 221 |
./isaac-sim.sh
|
| 222 |
+
|
| 223 |
### Examples
|
| 224 |
|
| 225 |
**Interaction Demo**:
|
| 226 |
+
|
| 227 |
1. Locate the scene file: `/Interactive_scene/kitchen/kitchen_target_position0.usd`
|
| 228 |
+
|
| 229 |
2. Open in Isaac Sim and click ▶️ PLAY
|
| 230 |
+
|
| 231 |
3. **Force Application**:
|
| 232 |
+
|
| 233 |
- Hold `SHIFT + Left Click` and drag to apply external forces (highlighted in green in the demonstration image)
|
| 234 |
<!--  -->
|
| 235 |
|
|
|
|
| 277 |
</div>
|
| 278 |
|
| 279 |
**Full Object Interactivity**:
|
| 280 |
+
|
| 281 |
<div align="center" style="display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 2rem 0;">
|
| 282 |
<div style="border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1);">
|
| 283 |
<img src="./assets/Kitchen_interactive.gif" width="100%" alt="Kitchen Scene Example">
|
Scenes/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
## Introduction to digital twin Scenes
|
| 2 |
-
📁 ``ArtVIP/
|
| 3 |
|
| 4 |
- 🏠 **Children's Room**
|
| 5 |
- 🍽️ **Dining Room**
|
|
|
|
| 1 |
## Introduction to digital twin Scenes
|
| 2 |
+
📁 ``ArtVIP/Scenes`` contains **6** user-defined digital-twin scenes.
|
| 3 |
|
| 4 |
- 🏠 **Children's Room**
|
| 5 |
- 🍽️ **Dining Room**
|