Skip to content
Snippets Groups Projects
Commit 990334b4 authored by Johannes Mey's avatar Johannes Mey
Browse files

swap boxes for ceti table

parent b3c89a95
No related branches found
No related tags found
No related merge requests found
...@@ -229,7 +229,7 @@ ...@@ -229,7 +229,7 @@
} }
}, },
{ {
"id": "binBlue", "id": "binGreen",
"type": "BIN", "type": "BIN",
"pos": { "pos": {
"x": -0, "x": -0,
...@@ -245,7 +245,7 @@ ...@@ -245,7 +245,7 @@
"w": 1 "w": 1
}, },
"color": { "color": {
"b": 0.8 "g": 0.8
} }
}, },
{ {
...@@ -269,7 +269,7 @@ ...@@ -269,7 +269,7 @@
} }
}, },
{ {
"id": "binGreen", "id": "binBlue",
"type": "BIN", "type": "BIN",
"pos": { "pos": {
"x": 0.36, "x": 0.36,
...@@ -285,7 +285,7 @@ ...@@ -285,7 +285,7 @@
"w": 1 "w": 1
}, },
"color": { "color": {
"g": 0.8 "b": 0.8
} }
}, },
{ {
......
...@@ -21,9 +21,9 @@ ...@@ -21,9 +21,9 @@
# zpos = 71.6 + 5.25 = 76.85 # zpos = 71.6 + 5.25 = 76.85
# most behind outer corner at: 85-47-12 = 20cm # most behind outer corner at: 85-47-12 = 20cm
{ 'id': 'binBlue', 'type': 'BIN','pos': { 'x': -0.00,'y': -0.47,'z': 0.7685 },'size': { 'length': 0.17,'width': 0.24,'height': 0.105 },'orientation': { 'w': 1 },'color': { 'b': 0.8 } }, { 'id': 'binGreen', 'type': 'BIN','pos': { 'x': -0.00,'y': -0.47,'z': 0.7685 },'size': { 'length': 0.17,'width': 0.24,'height': 0.105 },'orientation': { 'w': 1 },'color': { 'g': 0.8 } },
{ 'id': 'binRed', 'type': 'BIN','pos': { 'x': 0.18,'y': -0.47,'z': 0.7685 },'size': { 'length': 0.17,'width': 0.24,'height': 0.105 },'orientation': { 'w': 1 },'color': { 'r': 0.8 } }, { 'id': 'binRed', 'type': 'BIN','pos': { 'x': 0.18,'y': -0.47,'z': 0.7685 },'size': { 'length': 0.17,'width': 0.24,'height': 0.105 },'orientation': { 'w': 1 },'color': { 'r': 0.8 } },
{ 'id': 'binGreen', 'type': 'BIN','pos': { 'x': 0.36,'y': -0.47,'z': 0.7685 },'size': { 'length': 0.17,'width': 0.24,'height': 0.105 },'orientation': { 'w': 1 },'color': { 'g': 0.8 } }, { 'id': 'binBlue', 'type': 'BIN','pos': { 'x': 0.36,'y': -0.47,'z': 0.7685 },'size': { 'length': 0.17,'width': 0.24,'height': 0.105 },'orientation': { 'w': 1 },'color': { 'b': 0.8 } },
# for i in range(3,10): print("{ 'id': 'object4x2x%.1f','type': 'BOX','pos': { 'x': 0.3,'y': %f,'z': %f },'size': { 'length': .0318, 'width': .0636,'height': %f },'orientation': { 'w': 1 },'color': {} }," % (i/2, (i-6)*.1, (i*48+23+7160)/10000, (i*96+46)/10000)); # for i in range(3,10): print("{ 'id': 'object4x2x%.1f','type': 'BOX','pos': { 'x': 0.3,'y': %f,'z': %f },'size': { 'length': .0318, 'width': .0636,'height': %f },'orientation': { 'w': 1 },'color': {} }," % (i/2, (i-6)*.1, (i*48+23+7160)/10000, (i*96+46)/10000));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment