Hoshipu commited on
Commit
e1ca045
·
verified ·
1 Parent(s): acf9e63

Add RoboDyna v1 minimal runtime assets

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # RoboDyna runtime assets
6
+
7
+ This package contains only the assets needed by the RoboDyna task suite.
8
+
9
+ ## Upstream attribution
10
+
11
+ The selected stock object meshes and UR5–WSG embodiment meshes are derived
12
+ from [TianxingChen/RoboTwin2.0](https://huggingface.co/datasets/TianxingChen/RoboTwin2.0),
13
+ which is distributed under the MIT License. Their original license and
14
+ attribution continue to apply to those files.
15
+
16
+ The `dyna_assets` and selected `dyna_textures` entries are RoboDyna additions.
17
+
18
+ ## Scope
19
+
20
+ The package intentionally excludes unused RoboTwin objects, unused robot
21
+ embodiments, and random background textures. RoboDyna's checked-in task
22
+ configurations set `random_background: false`; enabling that option requires
23
+ supplying compatible background textures separately.