From 990334b4990d4ce03de1d59007baddc5c4a1ca54 Mon Sep 17 00:00:00 2001 From: Johannes Mey <johannes.mey@tu-dresden.de> Date: Fri, 11 Mar 2022 15:11:22 +0100 Subject: [PATCH] swap boxes for ceti table --- config/config_scene_st-table.json | 8 ++++---- config/config_scene_st-table.yaml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/config_scene_st-table.json b/config/config_scene_st-table.json index 31400bc..1fe7192 100644 --- a/config/config_scene_st-table.json +++ b/config/config_scene_st-table.json @@ -229,7 +229,7 @@ } }, { - "id": "binBlue", + "id": "binGreen", "type": "BIN", "pos": { "x": -0, @@ -245,7 +245,7 @@ "w": 1 }, "color": { - "b": 0.8 + "g": 0.8 } }, { @@ -269,7 +269,7 @@ } }, { - "id": "binGreen", + "id": "binBlue", "type": "BIN", "pos": { "x": 0.36, @@ -285,7 +285,7 @@ "w": 1 }, "color": { - "g": 0.8 + "b": 0.8 } }, { diff --git a/config/config_scene_st-table.yaml b/config/config_scene_st-table.yaml index 4699319..ff10276 100644 --- a/config/config_scene_st-table.yaml +++ b/config/config_scene_st-table.yaml @@ -21,9 +21,9 @@ # zpos = 71.6 + 5.25 = 76.85 # 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': '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)); @@ -39,4 +39,4 @@ { 'id': 'arm','type': 'ARM','pos': { 'z': 0.716 },'size': { },'orientation': { 'w': 1 },'color': { 'r': 1.00,'g': 1.00,'b': 1.00 } } -] } \ No newline at end of file +] } -- GitLab