VigneshBhavan commited on
Commit
2f95838
·
verified ·
1 Parent(s): 231c116

Flatten SO-101 no-camera asset

Browse files
.gitattributes CHANGED
@@ -62,3 +62,4 @@ robot_assets/g1_29dof_tri_hand_closed.usd filter=lfs diff=lfs merge=lfs -text
62
  robot_assets/h1_updated_arm_masses_no_gripper.usd filter=lfs diff=lfs merge=lfs -text
63
  robot_assets/so101_camera_mass_23g_at_camera.usd filter=lfs diff=lfs merge=lfs -text
64
  robot_assets/so101_no_camera_new_calib/configuration/so101_new_calib_base.usd filter=lfs diff=lfs merge=lfs -text
 
 
62
  robot_assets/h1_updated_arm_masses_no_gripper.usd filter=lfs diff=lfs merge=lfs -text
63
  robot_assets/so101_camera_mass_23g_at_camera.usd filter=lfs diff=lfs merge=lfs -text
64
  robot_assets/so101_no_camera_new_calib/configuration/so101_new_calib_base.usd filter=lfs diff=lfs merge=lfs -text
65
+ robot_assets/so101_no_camera_new_calib.usd filter=lfs diff=lfs merge=lfs -text
robot_assets/README.md CHANGED
@@ -1,7 +1,7 @@
1
  # Robot Assets
2
 
3
- This folder contains USD robot assets associated with the time-series data
4
- release.
5
 
6
  ## Files
7
 
@@ -25,10 +25,11 @@ release.
25
  payload.
26
  - No external USD or material dependencies.
27
 
28
- - `so101_no_camera_new_calib/so101_no_camera_new_calib.usda`
29
- - SO-101 no-camera calibrated asset package.
30
- - Root layer references the included `configuration/` USD layers in the same
31
- folder.
 
32
  - Use this variant when the simulated SO-101 should not include the camera
33
  payload.
34
 
 
1
  # Robot Assets
2
 
3
+ This folder contains single-file USD robot assets associated with the
4
+ time-series data release.
5
 
6
  ## Files
7
 
 
25
  payload.
26
  - No external USD or material dependencies.
27
 
28
+ - `so101_no_camera_new_calib.usd`
29
+ - Flattened SO-101 no-camera calibrated asset.
30
+ - The default PhysX, Robot, and Sensors variants were resolved during
31
+ flattening.
32
+ - No external USD or material dependencies.
33
  - Use this variant when the simulated SO-101 should not include the camera
34
  payload.
35
 
robot_assets/{so101_no_camera_new_calib/configuration/so101_new_calib_base.usd → so101_no_camera_new_calib.usd} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2a42ba12ae1658b9624ad4b28955e729e33746e59e64f6bb2b8da8a4802b19dc
3
- size 23237479
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6c82840925ace388b0ff0acb7d8538c2b419d92fbe01dc70fe833b974d6d462
3
+ size 23242494
robot_assets/so101_no_camera_new_calib/configuration/so101_new_calib_physics.usd DELETED
Binary file (5.7 kB)
 
robot_assets/so101_no_camera_new_calib/configuration/so101_new_calib_robot.usd DELETED
Binary file (1.74 kB)
 
robot_assets/so101_no_camera_new_calib/configuration/so101_new_calib_sensor.usd DELETED
Binary file (655 Bytes)
 
robot_assets/so101_no_camera_new_calib/so101_no_camera_new_calib.usda DELETED
@@ -1,55 +0,0 @@
1
- #usda 1.0
2
- (
3
- defaultPrim = "so101_new_calib"
4
- metersPerUnit = 1
5
- upAxis = "Z"
6
- )
7
-
8
- def Xform "so101_new_calib" (
9
- variants = {
10
- string Physics = "PhysX"
11
- string Robot = "Robot"
12
- string Sensor = "Sensors"
13
- }
14
- prepend variantSets = ["Physics", "Sensor", "Robot"]
15
- )
16
- {
17
- variantSet "Physics" = {
18
- "None" (
19
- prepend references = @configuration/so101_new_calib_base.usd@
20
- ) {
21
- over "joints" (
22
- active = false
23
- )
24
- {
25
- }
26
-
27
- }
28
- "PhysX" (
29
- prepend payload = @configuration/so101_new_calib_physics.usd@
30
- ) {
31
-
32
- }
33
- }
34
- variantSet "Sensor" = {
35
- "None" {
36
-
37
- }
38
- "Sensors" (
39
- prepend payload = @configuration/so101_new_calib_sensor.usd@
40
- ) {
41
-
42
- }
43
- }
44
- variantSet "Robot" = {
45
- "None" {
46
-
47
- }
48
- "Robot" (
49
- prepend payload = @configuration/so101_new_calib_robot.usd@
50
- ) {
51
-
52
- }
53
- }
54
- }
55
-