VigneshBhavan commited on
Commit
231c116
·
verified ·
1 Parent(s): 04cd282

Add SO-101 no-camera calibrated asset

Browse files
.gitattributes CHANGED
@@ -61,3 +61,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
61
  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
 
 
61
  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
robot_assets/README.md CHANGED
@@ -1,7 +1,7 @@
1
  # Robot Assets
2
 
3
- This folder contains self-contained USD robot assets associated with the
4
- time-series data release.
5
 
6
  ## Files
7
 
@@ -18,6 +18,20 @@ time-series data release.
18
  - Active updated arm link mass total: 4.175 kg per arm.
19
  - No external USD or material dependencies.
20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ## Notes
22
 
23
  These are release copies exported from the local development assets. They are
 
1
  # Robot Assets
2
 
3
+ This folder contains USD robot assets associated with the time-series data
4
+ release.
5
 
6
  ## Files
7
 
 
18
  - Active updated arm link mass total: 4.175 kg per arm.
19
  - No external USD or material dependencies.
20
 
21
+ - `so101_camera_mass_23g_at_camera.usd`
22
+ - Flattened single-file SO-101 asset with a 23 g camera mass added at the
23
+ camera mount.
24
+ - Intended for runs where the simulated SO-101 should include the camera
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
+
35
  ## Notes
36
 
37
  These are release copies exported from the local development assets. They are
robot_assets/so101_no_camera_new_calib/configuration/so101_new_calib_base.usd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a42ba12ae1658b9624ad4b28955e729e33746e59e64f6bb2b8da8a4802b19dc
3
+ size 23237479
robot_assets/so101_no_camera_new_calib/configuration/so101_new_calib_physics.usd ADDED
Binary file (5.7 kB). View file
 
robot_assets/so101_no_camera_new_calib/configuration/so101_new_calib_robot.usd ADDED
Binary file (1.74 kB). View file
 
robot_assets/so101_no_camera_new_calib/configuration/so101_new_calib_sensor.usd ADDED
Binary file (655 Bytes). View file
 
robot_assets/so101_no_camera_new_calib/so101_no_camera_new_calib.usda ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+