File size: 3,718 Bytes
d77f87b | 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 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 | {
"tree": {
"ground": [
[
"table_00",
"FLOOR"
],
[
"franka",
"IN"
]
],
"table_00": [
[
"glasses_case",
"ON"
],
[
"target_0040_tray",
"ON"
],
[
"distractor_0040_0_coke",
"ON"
],
[
"distractor_0040_1_cutter_knife",
"ON"
]
]
},
"relation": {
"task_desc": "Put the red can on the white tray on the table.",
"task": "pick and place",
"robot": "franka",
"background": "ground",
"context": "table_00",
"manipulated_objs": [
"glasses_case",
"target_0040_tray"
],
"distractor_objs": [
"distractor_0040_0_coke",
"distractor_0040_1_cutter_knife"
]
},
"objs_desc": {
"ground": "simple flat grey ground plane",
"table_00": "standalone table used for tabletop manipulation",
"glasses_case": "burgundy leather glasses case with hinged lid and gold clasp",
"target_0040_tray": "rectangular ornate tray with rope handles and raised rim",
"distractor_0040_0_coke": "red cylindrical can with white logo and metallic top",
"distractor_0040_1_cutter_knife": "orange and black retractable utility knife with exposed silver blade"
},
"objs_mapping": {
"ground": "background",
"table_00": "context",
"glasses_case": "manipulated_objs",
"target_0040_tray": "manipulated_objs",
"distractor_0040_0_coke": "distractor_objs",
"distractor_0040_1_cutter_knife": "distractor_objs"
},
"assets": {
"table_00": "asset3d/table_00/result",
"glasses_case": "asset3d/glasses_case/result",
"target_0040_tray": "asset3d/target_0040_tray/result",
"distractor_0040_0_coke": "asset3d/distractor_0040_0_coke/result",
"distractor_0040_1_cutter_knife": "asset3d/distractor_0040_1_cutter_knife/result"
},
"quality": {
"ground": "N/A: logical ground plane provided by SAPIEN",
"table_00": "YES",
"glasses_case": "YES",
"target_0040_tray": "YES",
"distractor_0040_0_coke": "YES",
"distractor_0040_1_cutter_knife": "YES"
},
"position": {
"franka": [
-0.5214,
0.0,
0.7740258,
0.0,
0.0,
0.0,
-1.0
],
"ground": [
0.0,
0.0,
0.0,
0.0,
0.6762,
0.0,
0.7368
],
"table_00": [
0.0,
0.0,
0.3842258,
0.0,
0.0,
0.0,
1.0
],
"target_0040_tray": [
-0.0387,
-0.1632,
0.7911143,
0.0,
0.0,
0.9952,
0.0984
],
"glasses_case": [
-0.2619,
0.1453,
0.8170728,
0.0,
0.0,
0.9846,
0.175
],
"distractor_0040_1_cutter_knife": [
-0.3087,
0.4032,
0.7789303,
0.0,
0.0,
0.4347,
0.9006
],
"distractor_0040_0_coke": [
0.3154,
0.0081,
0.7749964,
0.0,
0.0,
0.7743,
-0.6329
]
}
}
|