Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ease-ph
DeepLanguageUnderstanding
Physics Simulator
Commits
f41fb9e1
Verified
Commit
f41fb9e1
authored
Mar 10, 2020
by
Sebastian Höffner
Browse files
Adding zeroMQ communication to get context and run simulation in unity.
parent
3ce3ed04
Changes
22
Hide whitespace changes
Inline
Side-by-side
Assets/CommandLineUtil.meta
0 → 100644
View file @
f41fb9e1
fileFormatVersion: 2
guid: 8cf00f76cccbc4945b36fedf4bd5514e
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
Assets/CommandLineUtil/CommandLineUtil.cs
0 → 100644
View file @
f41fb9e1
using
System
;
namespace
CommandLineUtil
{
public
class
CLU
{
public
static
string
ValueFor
(
string
optionName
)
{
string
[]
args
=
Environment
.
GetCommandLineArgs
();
string
option
=
$"--
{
optionName
}
"
;
for
(
int
i
=
0
;
i
<
args
.
Length
;
++
i
)
{
if
(
args
[
i
]
==
option
)
{
return
args
[
i
+
1
];
}
}
return
null
;
}
}
}
\ No newline at end of file
Assets/CommandLineUtil/CommandLineUtil.cs.meta
0 → 100644
View file @
f41fb9e1
fileFormatVersion: 2
guid: 658a404b096e24b3db4deed6364c9aa0
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
Assets/DLU/Resources/context.json
View file @
f41fb9e1
[{
"name"
:
"lamp_1"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Lamp"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
3
,
"y"
:
2.24000000953674
,
"z"
:
0
},
"orientation"
:{
"x"
:
0
,
"y"
:
0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200066328049
},
"extents"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200066328049
},
"size"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200066328049
}}}},{
"name"
:
"wall_2"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Wall"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-1
,
"y"
:
0
,
"z"
:
-3
},
"orientation"
:{
"x"
:
0
,
"y"
:
1
,
"z"
:
0
,
"w"
:
0
}},
"bounds"
:{
"center"
:{
"x"
:
-1
,
"y"
:
1.28953194618225
,
"z"
:
0.0500000007450581
},
"extents"
:{
"x"
:
-1
,
"y"
:
1.28953194618225
,
"z"
:
0.0500000007450581
},
"size"
:{
"x"
:
-1
,
"y"
:
1.28953194618225
,
"z"
:
0.0500000007450581
}}}},{
"name"
:
"floor_0"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Floor"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
3.09999990463257
,
"y"
:
-0.100000001490116
,
"z"
:
-3.09999990463257
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-3.09999990463257
,
"y"
:
0.0500000007450581
,
"z"
:
3.09999990463257
},
"extents"
:{
"x"
:
-3.09999990463257
,
"y"
:
0.0500000007450581
,
"z"
:
3.09999990463257
},
"size"
:{
"x"
:
-3.09999990463257
,
"y"
:
0.0500000007450581
,
"z"
:
3.09999990463257
}}}},{
"name"
:
"environment_0"
,
"is_a"
:[
"http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#PhysicalPlace"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-15
,
"y"
:
-0.050000011920929
,
"z"
:
-15
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}}}},{
"name"
:
"ceiling_0"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Ceiling"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
3.09999990463257
,
"y"
:
2.57999992370605
,
"z"
:
-3.09999990463257
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-3.09999990463257
,
"y"
:
0.0500000007450581
,
"z"
:
3.09999990463257
},
"extents"
:{
"x"
:
-3.09999990463257
,
"y"
:
0.0500000007450581
,
"z"
:
3.09999990463257
},
"size"
:{
"x"
:
-3.09999990463257
,
"y"
:
0.0500000007450581
,
"z"
:
3.09999990463257
}}}},{
"name"
:
"cupboard_2"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Cupboard"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.09999990463257
,
"y"
:
0
,
"z"
:
2.07999992370605
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-0.430000096559525
,
"y"
:
0.449999988079071
,
"z"
:
0.450000107288361
},
"extents"
:{
"x"
:
-0.430000096559525
,
"y"
:
0.449999988079071
,
"z"
:
0.450000107288361
},
"size"
:{
"x"
:
-0.430000096559525
,
"y"
:
0.449999988079071
,
"z"
:
0.450000107288361
}}}},{
"name"
:
"pot_0"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE-OBJ.owl#Pot"
],
"components"
:{
"containerVolume"
:[{
"type"
:
"BoxCollider"
,
"center"
:{
"x"
:
-0.0836187750101089
,
"y"
:
0.927073538303375
,
"z"
:
2.47410821914673
},
"size"
:{
"x"
:
0.250516563653946
,
"y"
:
0.135610461235046
,
"z"
:
0.213268280029297
},
"extents"
:{
"x"
:
0.125258281826973
,
"y"
:
0.0678052306175232
,
"z"
:
0.106634140014648
}},{
"type"
:
"BoxCollider"
,
"center"
:{
"x"
:
-0.0870967954397202
,
"y"
:
0.92722225189209
,
"z"
:
2.47238898277283
},
"size"
:{
"x"
:
0.15534320473671
,
"y"
:
0.135894536972046
,
"z"
:
0.263456344604492
},
"extents"
:{
"x"
:
0.0776716023683548
,
"y"
:
0.0679472684860229
,
"z"
:
0.131728172302246
}},{
"type"
:
"BoxCollider"
,
"center"
:{
"x"
:
-0.0843382477760315
,
"y"
:
0.92682009935379
,
"z"
:
2.47415995597839
},
"size"
:{
"x"
:
0.154205322265625
,
"y"
:
0.136800050735474
,
"z"
:
0.263454437255859
},
"extents"
:{
"x"
:
0.0771026611328125
,
"y"
:
0.0684000253677368
,
"z"
:
0.13172721862793
}},{
"type"
:
"BoxCollider"
,
"center"
:{
"x"
:
-0.0853041410446167
,
"y"
:
0.926899671554565
,
"z"
:
2.4724805355072
},
"size"
:{
"x"
:
0.247447192668915
,
"y"
:
0.135317444801331
,
"z"
:
0.213992595672607
},
"extents"
:{
"x"
:
0.123723596334457
,
"y"
:
0.0676587224006653
,
"z"
:
0.106996297836304
}},{
"type"
:
"BoxCollider"
,
"center"
:{
"x"
:
-0.0844471007585526
,
"y"
:
0.927876234054565
,
"z"
:
2.47459387779236
},
"size"
:{
"x"
:
0.250614881515503
,
"y"
:
0.134249687194824
,
"z"
:
0.0863146781921387
},
"extents"
:{
"x"
:
0.125307440757751
,
"y"
:
0.0671248435974121
,
"z"
:
0.0431573390960693
}}]}},{
"name"
:
"window_1"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Window"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-0.374584019184113
,
"y"
:
0.785416007041931
,
"z"
:
-3.00545001029968
},
"orientation"
:{
"x"
:
0
,
"y"
:
1
,
"z"
:
0
,
"w"
:
0
}},
"bounds"
:{
"center"
:{
"x"
:
-0.374583005905151
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500016212463
},
"extents"
:{
"x"
:
-0.374583005905151
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500016212463
},
"size"
:{
"x"
:
-0.374583005905151
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500016212463
}}}},{
"name"
:
"window_3"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Window"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
3.00545001029968
,
"y"
:
0.785416007041931
,
"z"
:
-2.37458395957947
},
"orientation"
:{
"x"
:
0
,
"y"
:
0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-0.374583095312119
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500127971172
},
"extents"
:{
"x"
:
-0.374583095312119
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500127971172
},
"size"
:{
"x"
:
-0.374583095312119
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500127971172
}}}},{
"name"
:
"chair_0"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Chair"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
1.07895708084106
,
"y"
:
0
,
"z"
:
-1.34624290466309
},
"orientation"
:{
"x"
:
0
,
"y"
:
0.0316231548786163
,
"z"
:
0
,
"w"
:
0.999499917030334
}},
"bounds"
:{
"center"
:{
"x"
:
-0.200000002980232
,
"y"
:
0.46000000834465
,
"z"
:
0.200000002980232
},
"extents"
:{
"x"
:
-0.200000002980232
,
"y"
:
0.46000000834465
,
"z"
:
0.200000002980232
},
"size"
:{
"x"
:
-0.200000002980232
,
"y"
:
0.46000000834465
,
"z"
:
0.200000002980232
}}}},{
"name"
:
"drawer_1"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Drawer"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.1399998664856
,
"y"
:
0.555086016654968
,
"z"
:
2.02631187438965
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-0.376312077045441
,
"y"
:
0.0856129974126816
,
"z"
:
0.36000007390976
},
"extents"
:{
"x"
:
-0.376312077045441
,
"y"
:
0.0856129974126816
,
"z"
:
0.36000007390976
},
"size"
:{
"x"
:
-0.376312077045441
,
"y"
:
0.0856129974126816
,
"z"
:
0.36000007390976
}}}},{
"name"
:
"door_10"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Door"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.15999984741211
,
"y"
:
0.1701720058918
,
"z"
:
2.02631187438965
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-0.376312077045441
,
"y"
:
0.192457005381584
,
"z"
:
-0.0200000051409006
},
"extents"
:{
"x"
:
-0.376312077045441
,
"y"
:
0.192457005381584
,
"z"
:
-0.0200000051409006
},
"size"
:{
"x"
:
-0.376312077045441
,
"y"
:
0.192457005381584
,
"z"
:
-0.0200000051409006
}}}},{
"name"
:
"door_12"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Door"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-0.413687944412231
,
"y"
:
0.1701720058918
,
"z"
:
2.15999984741211
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.376311987638474
,
"y"
:
0.278070002794266
,
"z"
:
-0.0199999995529652
},
"extents"
:{
"x"
:
-0.376311987638474
,
"y"
:
0.278070002794266
,
"z"
:
-0.0199999995529652
},
"size"
:{
"x"
:
-0.376311987638474
,
"y"
:
0.278070002794266
,
"z"
:
-0.0199999995529652
}}}},{
"name"
:
"drawer_0"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Drawer"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
1.30631196498871
,
"y"
:
0.555086016654968
,
"z"
:
2.1399998664856
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.376311987638474
,
"y"
:
0.0856129974126816
,
"z"
:
0.359999984502792
},
"extents"
:{
"x"
:
-0.376311987638474
,
"y"
:
0.0856129974126816
,
"z"
:
0.359999984502792
},
"size"
:{
"x"
:
-0.376311987638474
,
"y"
:
0.0856129974126816
,
"z"
:
0.359999984502792
}}}},{
"name"
:
"door_9"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Door"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
1.30631196498871
,
"y"
:
0.1701720058918
,
"z"
:
2.15999984741211
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.376311987638474
,
"y"
:
0.192457005381584
,
"z"
:
-0.0199999995529652
},
"extents"
:{
"x"
:
-0.376311987638474
,
"y"
:
0.192457005381584
,
"z"
:
-0.0199999995529652
},
"size"
:{
"x"
:
-0.376311987638474
,
"y"
:
0.192457005381584
,
"z"
:
-0.0199999995529652
}}}},{
"name"
:
"wall_1"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Wall"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
3
,
"y"
:
0
,
"z"
:
3
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-3
,
"y"
:
1.28953194618225
,
"z"
:
0.0500000007450581
},
"extents"
:{
"x"
:
-3
,
"y"
:
1.28953194618225
,
"z"
:
0.0500000007450581
},
"size"
:{
"x"
:
-3
,
"y"
:
1.28953194618225
,
"z"
:
0.0500000007450581
}}}},{
"name"
:
"cupboard_3"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Cupboard"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
1.36000001430511
,
"y"
:
0
,
"z"
:
2.09999990463257
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.449999988079071
,
"z"
:
0.449999988079071
},
"extents"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.449999988079071
,
"z"
:
0.449999988079071
},
"size"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.449999988079071
,
"z"
:
0.449999988079071
}}}},{
"name"
:
"sun_0"
,
"is_a"
:[
"http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Entity"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
0
,
"y"
:
3
,
"z"
:
0
},
"orientation"
:{
"x"
:
0.22958692908287
,
"y"
:
-0.251401782035828
,
"z"
:
0.0615176223218441
,
"w"
:
0.9382444024086
}}}},{
"name"
:
"sink_0"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Sink"
,
"http://www.ease-crc.org/ont/EASE.owl#Cupboard"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.07999992370605
,
"y"
:
0
,
"z"
:
2.09999990463257
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
0.430000007152557
,
"y"
:
0.490000009536743
,
"z"
:
0.449999988079071
},
"extents"
:{
"x"
:
0.430000007152557
,
"y"
:
0.490000009536743
,
"z"
:
0.449999988079071
},
"size"
:{
"x"
:
0.430000007152557
,
"y"
:
0.490000009536743
,
"z"
:
0.449999988079071
}}}},{
"name"
:
"chair_2"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Chair"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-0.00044173002243042
,
"y"
:
0
,
"z"
:
-1.84847187995911
},
"orientation"
:{
"x"
:
0
,
"y"
:
0.999981224536896
,
"z"
:
0
,
"w"
:
0.00614215806126595
}},
"bounds"
:{
"center"
:{
"x"
:
-0.200000151991844
,
"y"
:
0.46000000834465
,
"z"
:
0.200000151991844
},
"extents"
:{
"x"
:
-0.200000151991844
,
"y"
:
0.46000000834465
,
"z"
:
0.200000151991844
},
"size"
:{
"x"
:
-0.200000151991844
,
"y"
:
0.46000000834465
,
"z"
:
0.200000151991844
}}}},{
"name"
:
"door_0"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Door"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-3.05089998245239
,
"y"
:
0
,
"z"
:
-2.43729996681213
},
"orientation"
:{
"x"
:
0
,
"y"
:
0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-0.429300099611282
,
"y"
:
0.981181979179382
,
"z"
:
0
},
"extents"
:{
"x"
:
-0.429300099611282
,
"y"
:
0.981181979179382
,
"z"
:
0
},
"size"
:{
"x"
:
-0.429300099611282
,
"y"
:
0.981181979179382
,
"z"
:
0
}}}},{
"name"
:
"apple_0"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Apple"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-1.01800000667572
,
"y"
:
0.840098917484283
,
"z"
:
2.6956000328064
},
"orientation"
:{
"x"
:
-6.12323426292584E-17
,
"y"
:
1
,
"z"
:
6.12323426292584E-17
,
"w"
:
-3.74939939305299E-33
}},
"bounds"
:{
"center"
:{
"x"
:
0
,
"y"
:
0.0572259016335011
,
"z"
:
0
},
"extents"
:{
"x"
:
0
,
"y"
:
0.0572259016335011
,
"z"
:
0
},
"size"
:{
"x"
:
0
,
"y"
:
0.0572259016335011
,
"z"
:
0
}}}},{
"name"
:
"window_0"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Window"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.37458395957947
,
"y"
:
0.785416007041931
,
"z"
:
-3.00545001029968
},
"orientation"
:{
"x"
:
0
,
"y"
:
1
,
"z"
:
0
,
"w"
:
0
}},
"bounds"
:{
"center"
:{
"x"
:
-0.374583005905151
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500016212463
},
"extents"
:{
"x"
:
-0.374583005905151
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500016212463
},
"size"
:{
"x"
:
-0.374583005905151
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500016212463
}}}},{
"name"
:
"wall_7"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Wall"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-3
,
"y"
:
0
,
"z"
:
-1
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-1.00000023841858
,
"y"
:
1.28953194618225
,
"z"
:
0.050000011920929
},
"extents"
:{
"x"
:
-1.00000023841858
,
"y"
:
1.28953194618225
,
"z"
:
0.050000011920929
},
"size"
:{
"x"
:
-1.00000023841858
,
"y"
:
1.28953194618225
,
"z"
:
0.050000011920929
}}}},{
"name"
:
"door_1"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Door"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.57999992370605
,
"y"
:
2.32631206512451
,
"z"
:
1.16631197929382
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-0.376312077045441
,
"y"
:
-0.141312003135681
,
"z"
:
-0.0100000025704503
},
"extents"
:{
"x"
:
-0.376312077045441
,
"y"
:
-0.141312003135681
,
"z"
:
-0.0100000025704503
},
"size"
:{
"x"
:
-0.376312077045441
,
"y"
:
-0.141312003135681
,
"z"
:
-0.0100000025704503
}}}},{
"name"
:
"rack_1"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Rack"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.55999994277954
,
"y"
:
1.60000002384186
,
"z"
:
-0.0599999986588955
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.215000003576279
,
"y"
:
0.389999985694885
,
"z"
:
0.209999993443489
},
"extents"
:{
"x"
:
-0.215000003576279
,
"y"
:
0.389999985694885
,
"z"
:
0.209999993443489
},
"size"
:{
"x"
:
-0.215000003576279
,
"y"
:
0.389999985694885
,
"z"
:
0.209999993443489
}}}},{
"name"
:
"lamp_4"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Lamp"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
0.920000016689301
,
"y"
:
2.24000000953674
,
"z"
:
3
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200006723404
},
"extents"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200006723404
},
"size"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200006723404
}}}},{
"name"
:
"stove_0"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Stove"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
0.5
,
"y"
:
0
,
"z"
:
2.09999990463257
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.449999988079071
,
"z"
:
0.449999988079071
},
"extents"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.449999988079071
,
"z"
:
0.449999988079071
},
"size"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.449999988079071
,
"z"
:
0.449999988079071
}}}},{
"name"
:
"shelf_0"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Shelf"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.55999994277954
,
"y"
:
1.21099996566772
,
"z"
:
2.5
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}}}},{
"name"
:
"wall_0"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Wall"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-3
,
"y"
:
0
,
"z"
:
-3
},
"orientation"
:{
"x"
:
0
,
"y"
:
1
,
"z"
:
0
,
"w"
:
0
}},
"bounds"
:{
"center"
:{
"x"
:
-1
,
"y"
:
1.28953194618225
,
"z"
:
0.0500000007450581
},
"extents"
:{
"x"
:
-1
,
"y"
:
1.28953194618225
,
"z"
:
0.0500000007450581
},
"size"
:{
"x"
:
-1
,
"y"
:
1.28953194618225
,
"z"
:
0.0500000007450581
}}}},{
"name"
:
"cupboard_8"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Cupboard"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.55999994277954
,
"y"
:
1.99000000953674
,
"z"
:
1.22000002861023
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-0.430000096559525
,
"y"
:
0.194999992847443
,
"z"
:
0.210000038146973
},
"extents"
:{
"x"
:
-0.430000096559525
,
"y"
:
0.194999992847443
,
"z"
:
0.210000038146973
},
"size"
:{
"x"
:
-0.430000096559525
,
"y"
:
0.194999992847443
,
"z"
:
0.210000038146973
}}}},{
"name"
:
"shelf_3"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Shelf"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.55999994277954
,
"y"
:
1.60000002384186
,
"z"
:
-0.0599999986588955
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}}}},{
"name"
:
"refrigerator_0"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Refrigerator"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
2.22000002861023
,
"y"
:
0
,
"z"
:
2.09999990463257
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.868748009204865
,
"z"
:
0.469999998807907
},
"extents"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.868748009204865
,
"z"
:
0.469999998807907
},
"size"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.868748009204865
,
"z"
:
0.469999998807907
}}}},{
"name"
:
"door_7"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Door"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
2.11932611465454
,
"y"
:
0.217418000102043
,
"z"
:
2.16999983787537
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.329326808452606
,
"y"
:
0.542588651180267
,
"z"
:
0.0299999974668026
},
"extents"
:{
"x"
:
-0.329326808452606
,
"y"
:
0.542588651180267
,
"z"
:
0.0299999974668026
},
"size"
:{
"x"
:
-0.329326808452606
,
"y"
:
0.542588651180267
,
"z"
:
0.0299999974668026
}}}},{
"name"
:
"door_6"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Door"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
2.11932611465454
,
"y"
:
1.30259597301483
,
"z"
:
2.16999983787537
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.329326808452606
,
"y"
:
0.166983515024185
,
"z"
:
0.0100000016391277
},
"extents"
:{
"x"
:
-0.329326808452606
,
"y"
:
0.166983515024185
,
"z"
:
0.0100000016391277
},
"size"
:{
"x"
:
-0.329326808452606
,
"y"
:
0.166983515024185
,
"z"
:
0.0100000016391277
}}}},{
"name"
:
"door_3"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Door"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-1.16631197929382
,
"y"
:
1.65368807315826
,
"z"
:
2.59999990463257
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
0.188155993819237
,
"y"
:
0.336311995983124
,
"z"
:
-0.00999999977648258
},
"extents"
:{
"x"
:
0.188155993819237
,
"y"
:
0.336311995983124
,
"z"
:
-0.00999999977648258
},
"size"
:{
"x"
:
0.188155993819237
,
"y"
:
0.336311995983124
,
"z"
:
-0.00999999977648258
}}}},{
"name"
:
"door_2"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Door"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-0.413688004016876
,
"y"
:
1.65368807315826
,
"z"
:
2.59999990463257
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.188155993819237
,
"y"
:
0.336311995983124
,
"z"
:
-0.00999999977648258
},
"extents"
:{
"x"
:
-0.188155993819237
,
"y"
:
0.336311995983124
,
"z"
:
-0.00999999977648258
},
"size"
:{
"x"
:
-0.188155993819237
,
"y"
:
0.336311995983124
,
"z"
:
-0.00999999977648258
}}}},{
"name"
:
"wall_3"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Wall"
,
"http://www.ease-crc.org/ont/EASE.owl#Wall"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
1
,
"y"
:
0
,
"z"
:
-3
},
"orientation"
:{
"x"
:
0
,
"y"
:
1
,
"z"
:
0
,
"w"
:
0
}},
"bounds"
:{
"center"
:{
"x"
:
-1
,
"y"
:
1.28953194618225
,
"z"
:
0.0500000007450581
},
"extents"
:{
"x"
:
-1
,
"y"
:
1.28953194618225
,
"z"
:
0.0500000007450581
},
"size"
:{
"x"
:
-1
,
"y"
:
1.28953194618225
,
"z"
:
0.0500000007450581
}}}},{
"name"
:
"cupboard_7"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Cupboard"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-0.360000014305115
,
"y"
:
1.60000002384186
,
"z"
:
2.57999992370605
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.389999985694885
,
"z"
:
0.209999993443489
},
"extents"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.389999985694885
,
"z"
:
0.209999993443489
},
"size"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.389999985694885
,
"z"
:
0.209999993443489
}}}},{
"name"
:
"steam_0"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Steam"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-0.0840557441115379
,
"y"
:
0.912578999996185
,
"z"
:
2.47390842437744
},
"orientation"
:{
"x"
:
-0.000711875502020121
,
"y"
:
-2.74777412414551E-05
,
"z"
:
0.000304955523461103
,
"w"
:
0.999999821186066
}}}},{
"name"
:
"cupboard_6"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Cupboard"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.55999994277954
,
"y"
:
1.60000002384186
,
"z"
:
1.22000002861023
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-0.430000096559525
,
"y"
:
0.194999992847443
,
"z"
:
0.210000038146973
},
"extents"
:{
"x"
:
-0.430000096559525
,
"y"
:
0.194999992847443
,
"z"
:
0.210000038146973
},
"size"
:{
"x"
:
-0.430000096559525
,
"y"
:
0.194999992847443
,
"z"
:
0.210000038146973
}}}},{
"name"
:
"rack_0"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Rack"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.55999994277954
,
"y"
:
1.60000002384186
,
"z"
:
2.5
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-0.215000048279762
,
"y"
:
0.389999985694885
,
"z"
:
0.210000038146973
},
"extents"
:{
"x"
:
-0.215000048279762
,
"y"
:
0.389999985694885
,
"z"
:
0.210000038146973
},
"size"
:{
"x"
:
-0.215000048279762
,
"y"
:
0.389999985694885
,
"z"
:
0.210000038146973
}}}},{
"name"
:
"cup_0"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Cup"
,
"http://www.ease-crc.org/ont/EASE.owl#DesignedContainer"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.57680010795593
,
"y"
:
0.838436722755432
,
"z"
:
1.73479998111725
},
"orientation"
:{
"x"
:
-1.3969840395589E-08
,
"y"
:
-0.918447494506836
,
"z"
:
1.11758726717426E-08
,
"w"
:
-0.395542949438095
}},
"bounds"
:{
"center"
:{
"x"
:
0
,
"y"
:
0.0600000023841858
,
"z"
:
0.0177846029400826
},
"extents"
:{
"x"
:
0
,
"y"
:
0.0600000023841858
,
"z"
:
0.0177846029400826
},
"size"
:{
"x"
:
0
,
"y"
:
0.0600000023841858
,
"z"
:
0.0177846029400826
}},
"containerVolume"
:[{
"type"
:
"BoxCollider"
,
"center"
:{
"x"
:
-2.57680034637451
,
"y"
:
0.902314186096191
,
"z"
:
1.73480021953583
},
"size"
:{
"x"
:
0.105839252471924
,
"y"
:
0.104725956916809
,
"z"
:
0.104326486587524
},
"extents"
:{
"x"
:
0.0529196262359619
,
"y"
:
0.0523629784584045
,
"z"
:
0.0521632432937622
}},{
"type"
:
"BoxCollider"
,
"center"
:{
"x"
:
-2.57640409469604
,
"y"
:
0.902528047561646
,
"z"
:
1.736492395401
},
"size"
:{
"x"
:
0.0742592811584473
,
"y"
:
0.105153679847717
,
"z"
:
0.100225448608398
},
"extents"
:{
"x"
:
0.0371296405792236
,
"y"
:
0.0525768399238586
,
"z"
:
0.0501127243041992
}},{
"type"
:
"BoxCollider"
,
"center"
:{
"x"
:
-2.57640409469604
,
"y"
:
0.902442157268524
,
"z"
:
1.73649263381958
},
"size"
:{
"x"
:
0.102631092071533
,
"y"
:
0.104981899261475
,
"z"
:
0.0802216529846191
},
"extents"
:{
"x"
:
0.0513155460357666
,
"y"
:
0.0524909496307373
,
"z"
:
0.0401108264923096
}}]}},{
"name"
:
"shelf_1"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Shelf"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.55999994277954
,
"y"
:
1.21099996566772
,
"z"
:
-0.0599999986588955
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}}}},{
"name"
:
"kitchen_1"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Room"
,
"http://www.ease-crc.org/ont/EASE.owl#DesignedContainer"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"containerVolume"
:[{
"type"
:
"BoxCollider"
,
"center"
:{
"x"
:
0
,
"y"
:
1.28999996185303
,
"z"
:
0
},
"size"
:{
"x"
:
6.19999980926514
,
"y"
:
2.59999990463257
,
"z"
:
6.19999980926514
},
"extents"
:{
"x"
:
3.09999990463257
,
"y"
:
1.29999995231628
,
"z"
:
3.09999990463257
}}]}},{
"name"
:
"lamp_2"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Lamp"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-1
,
"y"
:
2.24000000953674
,
"z"
:
-3
},
"orientation"
:{
"x"
:
0
,
"y"
:
1
,
"z"
:
0
,
"w"
:
0
}},
"bounds"
:{
"center"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200006723404
},
"extents"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200006723404
},
"size"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200006723404
}}}},{
"name"
:
"door_8"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Door"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.02631187438965
,
"y"
:
0.1701720058918
,
"z"
:
2.15999984741211
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
0.376311987638474
,
"y"
:
0.278070002794266
,
"z"
:
-0.0199999995529652
},
"extents"
:{
"x"
:
0.376311987638474
,
"y"
:
0.278070002794266
,
"z"
:
-0.0199999995529652
},
"size"
:{
"x"
:
0.376311987638474
,
"y"
:
0.278070002794266
,
"z"
:
-0.0199999995529652
}}}},{
"name"
:
"window_4"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Window"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
3.00545001029968
,
"y"
:
0.785416007041931
,
"z"
:
1.62541604042053
},
"orientation"
:{
"x"
:
0
,
"y"
:
0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-0.374583095312119
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500127971172
},
"extents"
:{
"x"
:
-0.374583095312119
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500127971172
},
"size"
:{
"x"
:
-0.374583095312119
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500127971172
}}}},{
"name"
:
"counter_0"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Countertop"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.07999992370605
,
"y"
:
0
,
"z"
:
2.07999992370605
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.46000000834465
,
"y"
:
0.449999988079071
,
"z"
:
0.46000000834465
},
"extents"
:{
"x"
:
-0.46000000834465
,
"y"
:
0.449999988079071
,
"z"
:
0.46000000834465
},
"size"
:{
"x"
:
-0.46000000834465
,
"y"
:
0.449999988079071
,
"z"
:
0.46000000834465
}}}},{
"name"
:
"door_4"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Door"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.57999992370605
,
"y"
:
1.93631196022034
,
"z"
:
1.16631197929382
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-0.376312077045441
,
"y"
:
-0.141312003135681
,
"z"
:
-0.0100000025704503
},
"extents"
:{
"x"
:
-0.376312077045441
,
"y"
:
-0.141312003135681
,
"z"
:
-0.0100000025704503
},
"size"
:{
"x"
:
-0.376312077045441
,
"y"
:
-0.141312003135681
,
"z"
:
-0.0100000025704503
}}}},{
"name"
:
"window_2"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Window"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
1.62541604042053
,
"y"
:
0.785416007041931
,
"z"
:
-3.00545001029968
},
"orientation"
:{
"x"
:
0
,
"y"
:
1
,
"z"
:
0
,
"w"
:
0
}},
"bounds"
:{
"center"
:{
"x"
:
-0.374583005905151
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500016212463
},
"extents"
:{
"x"
:
-0.374583005905151
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500016212463
},
"size"
:{
"x"
:
-0.374583005905151
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500016212463
}}}},{
"name"
:
"door_5"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Door"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.57999992370605
,
"y"
:
1.65368807315826
,
"z"
:
2.02431201934814
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-0.376312077045441
,
"y"
:
0.336311995983124
,
"z"
:
-0.0100000025704503
},
"extents"
:{
"x"
:
-0.376312077045441
,
"y"
:
0.336311995983124
,
"z"
:
-0.0100000025704503
},
"size"
:{
"x"
:
-0.376312077045441
,
"y"
:
0.336311995983124
,
"z"
:
-0.0100000025704503
}}}},{
"name"
:
"chair_1"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Chair"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
0.412418007850647
,
"y"
:
0
,
"z"
:
-1.32948207855225
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.0111704673618078
,
"z"
:
0
,
"w"
:
0.999937653541565
}},
"bounds"
:{
"center"
:{
"x"
:
-0.200000002980232
,
"y"
:
0.46000000834465
,
"z"
:
0.200000002980232
},
"extents"
:{
"x"
:
-0.200000002980232
,
"y"
:
0.46000000834465
,
"z"
:
0.200000002980232
},
"size"
:{
"x"
:
-0.200000002980232
,
"y"
:
0.46000000834465
,
"z"
:
0.200000002980232
}}}},{
"name"
:
"lid_0"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE-OBJ.owl#Lid"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-0.358455181121826
,
"y"
:
0.84524142742157
,
"z"
:
2.5877947807312
},
"orientation"
:{
"x"
:
-0.0100866016000509
,
"y"
:
0.382520109415054
,
"z"
:
0.0244066566228867
,
"w"
:
0.923569679260254
}},
"bounds"
:{
"center"
:{
"x"
:
0
,
"y"
:
0.0236799996346235
,
"z"
:
0
},
"extents"
:{
"x"
:
0
,
"y"
:
0.0236799996346235
,
"z"
:
0
},
"size"
:{
"x"
:
0
,
"y"
:
0.0236799996346235
,
"z"
:
0
}}}},{
"name"
:
"table_0"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Table"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
1.43400001525879
,
"y"
:
0
,
"z"
:
-2.04800009727478
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.841488003730774
,
"y"
:
0.326734006404877
,
"z"
:
0.447373002767563
},
"extents"
:{
"x"
:
-0.841488003730774
,
"y"
:
0.326734006404877
,
"z"
:
0.447373002767563
},
"size"
:{
"x"
:
-0.841488003730774
,
"y"
:
0.326734006404877
,
"z"
:
0.447373002767563
}}}},{
"name"
:
"chair_3"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Chair"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
0.748000383377075
,
"y"
:
0
,
"z"
:
-1.85008120536804
},
"orientation"
:{
"x"
:
0
,
"y"
:
0.999948978424072
,
"z"
:
0
,
"w"
:
0.0101014049723744
}},
"bounds"
:{
"center"
:{
"x"
:
-0.200000002980232
,
"y"
:
0.46000000834465
,
"z"
:
0.200000002980232
},
"extents"
:{
"x"
:
-0.200000002980232
,
"y"
:
0.46000000834465
,
"z"
:
0.200000002980232
},
"size"
:{
"x"
:
-0.200000002980232
,
"y"
:
0.46000000834465
,
"z"
:
0.200000002980232
}}}},{
"name"
:
"cupboard_0"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Cupboard"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-0.35999995470047
,
"y"
:
0
,
"z"
:
2.09999990463257
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.449999988079071
,
"z"
:
0.449999988079071
},
"extents"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.449999988079071
,
"z"
:
0.449999988079071
},
"size"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.449999988079071
,
"z"
:
0.449999988079071
}}}},{
"name"
:
"wall_4"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Wall"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
3
,
"y"
:
0
,
"z"
:
-1
},
"orientation"
:{
"x"
:
0
,
"y"
:
0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-1.00000023841858
,
"y"
:
1.28953194618225
,
"z"
:
0.050000011920929
},
"extents"
:{
"x"
:
-1.00000023841858
,
"y"
:
1.28953194618225
,
"z"
:
0.050000011920929
},
"size"
:{
"x"
:
-1.00000023841858
,
"y"
:
1.28953194618225
,
"z"
:
0.050000011920929
}}}},{
"name"
:
"shelf_2"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Shelf"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.55999994277954
,
"y"
:
1.60000002384186
,
"z"
:
2.5
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}}}},{
"name"
:
"door_11"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Door"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.15999984741211
,
"y"
:
0.1701720058918
,
"z"
:
0.413687914609909
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
0.376312077045441
,
"y"
:
0.278070002794266
,
"z"
:
-0.0200000051409006
},
"extents"
:{
"x"
:
0.376312077045441
,
"y"
:
0.278070002794266
,
"z"
:
-0.0200000051409006
},
"size"
:{
"x"
:
0.376312077045441
,
"y"
:
0.278070002794266
,
"z"
:
-0.0200000051409006
}}}},{
"name"
:
"cupboard_5"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Cupboard"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.55999994277954
,
"y"
:
1.60000002384186
,
"z"
:
2.07800006866455
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-0.430000096559525
,
"y"
:
0.389999985694885
,
"z"
:
0.210000038146973
},
"extents"
:{
"x"
:
-0.430000096559525
,
"y"
:
0.389999985694885
,
"z"
:
0.210000038146973
},
"size"
:{
"x"
:
-0.430000096559525
,
"y"
:
0.389999985694885
,
"z"
:
0.210000038146973
}}}},{
"name"
:
"counter_1"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Countertop"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.09999990463257
,
"y"
:
0
,
"z"
:
-0.539999961853027
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.449999988079071
,
"y"
:
0.449999988079071
,
"z"
:
0.449999988079071
},
"extents"
:{
"x"
:
-0.449999988079071
,
"y"
:
0.449999988079071
,
"z"
:
0.449999988079071
},
"size"
:{
"x"
:
-0.449999988079071
,
"y"
:
0.449999988079071
,
"z"
:
0.449999988079071
}}}},{
"name"
:
"lamp_0"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Lamp"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
1
,
"y"
:
2.24000000953674
,
"z"
:
-3
},
"orientation"
:{
"x"
:
0
,
"y"
:
1
,
"z"
:
0
,
"w"
:
0
}},
"bounds"
:{
"center"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200006723404
},
"extents"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200006723404
},
"size"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200006723404
}}}},{
"name"
:
"wall_6"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Wall"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-3
,
"y"
:
0
,
"z"
:
3
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-2.00000047683716
,
"y"
:
1.28953194618225
,
"z"
:
0.050000011920929
},
"extents"
:{
"x"
:
-2.00000047683716
,
"y"
:
1.28953194618225
,
"z"
:
0.050000011920929
},
"size"
:{
"x"
:
-2.00000047683716
,
"y"
:
1.28953194618225
,
"z"
:
0.050000011920929
}}}},{
"name"
:
"cupboard_1"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Cupboard"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.09999990463257
,
"y"
:
0
,
"z"
:
0.359999924898148
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
0.430000096559525
,
"y"
:
0.449999988079071
,
"z"
:
0.450000107288361
},
"extents"
:{
"x"
:
0.430000096559525
,
"y"
:
0.449999988079071
,
"z"
:
0.450000107288361
},
"size"
:{
"x"
:
0.430000096559525
,
"y"
:
0.449999988079071
,
"z"
:
0.450000107288361
}}}},{
"name"
:
"wall_5"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Wall"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
3
,
"y"
:
0
,
"z"
:
1
},
"orientation"
:{
"x"
:
0
,
"y"
:
0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-1.00000023841858
,
"y"
:
1.28953194618225
,
"z"
:
0.050000011920929
},
"extents"
:{
"x"
:
-1.00000023841858
,
"y"
:
1.28953194618225
,
"z"
:
0.050000011920929
},
"size"
:{
"x"
:
-1.00000023841858
,
"y"
:
1.28953194618225
,
"z"
:
0.050000011920929
}}}},{
"name"
:
"lamp_3"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Lamp"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-1.64600002765656
,
"y"
:
2.24000000953674
,
"z"
:
3
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200006723404
},
"extents"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200006723404
},
"size"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200006723404
}}}}]
\ No newline at end of file
{
"meta"
:{
"image"
:
"/Users/shoeffner/Library/Application Support/University of Bremen/DLU Physics Simulator/context.png"
},
"context"
:[{
"name"
:
"lamp_1"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Lamp"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
3
,
"y"
:
2.24000000953674
,
"z"
:
0
},
"orientation"
:{
"x"
:
0
,
"y"
:
0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200066328049
},
"extents"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200066328049
},
"size"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200066328049
}}}},{
"name"
:
"wall_2"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Wall"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-1
,
"y"
:
0
,
"z"
:
-3
},
"orientation"
:{
"x"
:
0
,
"y"
:
1
,
"z"
:
0
,
"w"
:
0
}},
"bounds"
:{
"center"
:{
"x"
:
-1
,
"y"
:
1.28953194618225
,
"z"
:
0.0500000007450581
},
"extents"
:{
"x"
:
-1
,
"y"
:
1.28953194618225
,
"z"
:
0.0500000007450581
},
"size"
:{
"x"
:
-1
,
"y"
:
1.28953194618225
,
"z"
:
0.0500000007450581
}}}},{
"name"
:
"floor_0"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Floor"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
3.09999990463257
,
"y"
:
-0.100000001490116
,
"z"
:
-3.09999990463257
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-3.09999990463257
,
"y"
:
0.0500000007450581
,
"z"
:
3.09999990463257
},
"extents"
:{
"x"
:
-3.09999990463257
,
"y"
:
0.0500000007450581
,
"z"
:
3.09999990463257
},
"size"
:{
"x"
:
-3.09999990463257
,
"y"
:
0.0500000007450581
,
"z"
:
3.09999990463257
}}}},{
"name"
:
"environment_0"
,
"is_a"
:[
"http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#PhysicalPlace"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-15
,
"y"
:
-0.050000011920929
,
"z"
:
-15
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}}}},{
"name"
:
"ceiling_0"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Ceiling"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
3.09999990463257
,
"y"
:
2.57999992370605
,
"z"
:
-3.09999990463257
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-3.09999990463257
,
"y"
:
0.0500000007450581
,
"z"
:
3.09999990463257
},
"extents"
:{
"x"
:
-3.09999990463257
,
"y"
:
0.0500000007450581
,
"z"
:
3.09999990463257
},
"size"
:{
"x"
:
-3.09999990463257
,
"y"
:
0.0500000007450581
,
"z"
:
3.09999990463257
}}}},{
"name"
:
"cupboard_2"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Cupboard"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.09999990463257
,
"y"
:
0
,
"z"
:
2.07999992370605
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-0.430000096559525
,
"y"
:
0.449999988079071
,
"z"
:
0.450000107288361
},
"extents"
:{
"x"
:
-0.430000096559525
,
"y"
:
0.449999988079071
,
"z"
:
0.450000107288361
},
"size"
:{
"x"
:
-0.430000096559525
,
"y"
:
0.449999988079071
,
"z"
:
0.450000107288361
}}}},{
"name"
:
"pot_0"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE-OBJ.owl#Pot"
],
"components"
:{
"containerVolume"
:[{
"type"
:
"BoxCollider"
,
"center"
:{
"x"
:
-0.0835711807012558
,
"y"
:
0.927195250988007
,
"z"
:
2.47421908378601
},
"size"
:{
"x"
:
0.250435024499893
,
"y"
:
0.135401010513306
,
"z"
:
0.21307373046875
},
"extents"
:{
"x"
:
0.125217512249947
,
"y"
:
0.0677005052566528
,
"z"
:
0.106536865234375
}},{
"type"
:
"BoxCollider"
,
"center"
:{
"x"
:
-0.0870490893721581
,
"y"
:
0.927348554134369
,
"z"
:
2.47250008583069
},
"size"
:{
"x"
:
0.155262783169746
,
"y"
:
0.135519742965698
,
"z"
:
0.263262748718262
},
"extents"
:{
"x"
:
0.0776313915848732
,
"y"
:
0.0677598714828491
,
"z"
:
0.131631374359131
}},{
"type"
:
"BoxCollider"
,
"center"
:{
"x"
:
-0.0842908173799515
,
"y"
:
0.92694216966629
,
"z"
:
2.4742705821991
},
"size"
:{
"x"
:
0.154121905565262
,
"y"
:
0.136402726173401
,
"z"
:
0.263260364532471
},
"extents"
:{
"x"
:
0.0770609527826309
,
"y"
:
0.0682013630867004
,
"z"
:
0.131630182266235
}},{
"type"
:
"BoxCollider"
,
"center"
:{
"x"
:
-0.0852566510438919
,
"y"
:
0.927024722099304
,
"z"
:
2.47259140014648
},
"size"
:{
"x"
:
0.247364908456802
,
"y"
:
0.134924411773682
,
"z"
:
0.213801860809326
},
"extents"
:{
"x"
:
0.123682454228401
,
"y"
:
0.0674622058868408
,
"z"
:
0.106900930404663
}},{
"type"
:
"BoxCollider"
,
"center"
:{
"x"
:
-0.08439901471138
,
"y"
:
0.927997708320618
,
"z"
:
2.47470593452454
},
"size"
:{
"x"
:
0.250533312559128
,
"y"
:
0.133976817131042
,
"z"
:
0.086122989654541
},
"extents"
:{
"x"
:
0.125266656279564
,
"y"
:
0.0669884085655212
,
"z"
:
0.0430614948272705
}}]}},{
"name"
:
"window_1"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Window"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-0.374584019184113
,
"y"
:
0.785416007041931
,
"z"
:
-3.00545001029968
},
"orientation"
:{
"x"
:
0
,
"y"
:
1
,
"z"
:
0
,
"w"
:
0
}},
"bounds"
:{
"center"
:{
"x"
:
-0.374583005905151
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500016212463
},
"extents"
:{
"x"
:
-0.374583005905151
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500016212463
},
"size"
:{
"x"
:
-0.374583005905151
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500016212463
}}}},{
"name"
:
"window_3"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Window"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
3.00545001029968
,
"y"
:
0.785416007041931
,
"z"
:
-2.37458395957947
},
"orientation"
:{
"x"
:
0
,
"y"
:
0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-0.374583095312119
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500127971172
},
"extents"
:{
"x"
:
-0.374583095312119
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500127971172
},
"size"
:{
"x"
:
-0.374583095312119
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500127971172
}}}},{
"name"
:
"chair_0"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Chair"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
1.07895708084106
,
"y"
:
0
,
"z"
:
-1.34624290466309
},
"orientation"
:{
"x"
:
0
,
"y"
:
0.0316231548786163
,
"z"
:
0
,
"w"
:
0.999499917030334
}},
"bounds"
:{
"center"
:{
"x"
:
-0.200000002980232
,
"y"
:
0.46000000834465
,
"z"
:
0.200000002980232
},
"extents"
:{
"x"
:
-0.200000002980232
,
"y"
:
0.46000000834465
,
"z"
:
0.200000002980232
},
"size"
:{
"x"
:
-0.200000002980232
,
"y"
:
0.46000000834465
,
"z"
:
0.200000002980232
}}}},{
"name"
:
"drawer_1"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Drawer"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.1399998664856
,
"y"
:
0.555086016654968
,
"z"
:
2.02631187438965
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-0.376312077045441
,
"y"
:
0.0856129974126816
,
"z"
:
0.36000007390976
},
"extents"
:{
"x"
:
-0.376312077045441
,
"y"
:
0.0856129974126816
,
"z"
:
0.36000007390976
},
"size"
:{
"x"
:
-0.376312077045441
,
"y"
:
0.0856129974126816
,
"z"
:
0.36000007390976
}}}},{
"name"
:
"door_10"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Door"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.15999984741211
,
"y"
:
0.1701720058918
,
"z"
:
2.02631187438965
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-0.376312077045441
,
"y"
:
0.192457005381584
,
"z"
:
-0.0200000051409006
},
"extents"
:{
"x"
:
-0.376312077045441
,
"y"
:
0.192457005381584
,
"z"
:
-0.0200000051409006
},
"size"
:{
"x"
:
-0.376312077045441
,
"y"
:
0.192457005381584
,
"z"
:
-0.0200000051409006
}}}},{
"name"
:
"door_12"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Door"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-0.413687944412231
,
"y"
:
0.1701720058918
,
"z"
:
2.15999984741211
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.376311987638474
,
"y"
:
0.278070002794266
,
"z"
:
-0.0199999995529652
},
"extents"
:{
"x"
:
-0.376311987638474
,
"y"
:
0.278070002794266
,
"z"
:
-0.0199999995529652
},
"size"
:{
"x"
:
-0.376311987638474
,
"y"
:
0.278070002794266
,
"z"
:
-0.0199999995529652
}}}},{
"name"
:
"drawer_0"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Drawer"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
1.30631196498871
,
"y"
:
0.555086016654968
,
"z"
:
2.1399998664856
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.376311987638474
,
"y"
:
0.0856129974126816
,
"z"
:
0.359999984502792
},
"extents"
:{
"x"
:
-0.376311987638474
,
"y"
:
0.0856129974126816
,
"z"
:
0.359999984502792
},
"size"
:{
"x"
:
-0.376311987638474
,
"y"
:
0.0856129974126816
,
"z"
:
0.359999984502792
}}}},{
"name"
:
"door_9"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Door"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
1.30631196498871
,
"y"
:
0.1701720058918
,
"z"
:
2.15999984741211
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.376311987638474
,
"y"
:
0.192457005381584
,
"z"
:
-0.0199999995529652
},
"extents"
:{
"x"
:
-0.376311987638474
,
"y"
:
0.192457005381584
,
"z"
:
-0.0199999995529652
},
"size"
:{
"x"
:
-0.376311987638474
,
"y"
:
0.192457005381584
,
"z"
:
-0.0199999995529652
}}}},{
"name"
:
"wall_1"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Wall"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
3
,
"y"
:
0
,
"z"
:
3
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-3
,
"y"
:
1.28953194618225
,
"z"
:
0.0500000007450581
},
"extents"
:{
"x"
:
-3
,
"y"
:
1.28953194618225
,
"z"
:
0.0500000007450581
},
"size"
:{
"x"
:
-3
,
"y"
:
1.28953194618225
,
"z"
:
0.0500000007450581
}}}},{
"name"
:
"cupboard_3"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Cupboard"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
1.36000001430511
,
"y"
:
0
,
"z"
:
2.09999990463257
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.449999988079071
,
"z"
:
0.449999988079071
},
"extents"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.449999988079071
,
"z"
:
0.449999988079071
},
"size"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.449999988079071
,
"z"
:
0.449999988079071
}}}},{
"name"
:
"sun_0"
,
"is_a"
:[
"http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Entity"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
0
,
"y"
:
3
,
"z"
:
0
},
"orientation"
:{
"x"
:
0.22958692908287
,
"y"
:
-0.251401782035828
,
"z"
:
0.0615176223218441
,
"w"
:
0.9382444024086
}}}},{
"name"
:
"sink_0"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Sink"
,
"http://www.ease-crc.org/ont/EASE.owl#Cupboard"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.07999992370605
,
"y"
:
0
,
"z"
:
2.09999990463257
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
0.430000007152557
,
"y"
:
0.490000009536743
,
"z"
:
0.449999988079071
},
"extents"
:{
"x"
:
0.430000007152557
,
"y"
:
0.490000009536743
,
"z"
:
0.449999988079071
},
"size"
:{
"x"
:
0.430000007152557
,
"y"
:
0.490000009536743
,
"z"
:
0.449999988079071
}}}},{
"name"
:
"chair_2"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Chair"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-0.00044173002243042
,
"y"
:
0
,
"z"
:
-1.84847187995911
},
"orientation"
:{
"x"
:
0
,
"y"
:
0.999981224536896
,
"z"
:
0
,
"w"
:
0.00614215806126595
}},
"bounds"
:{
"center"
:{
"x"
:
-0.200000151991844
,
"y"
:
0.46000000834465
,
"z"
:
0.200000151991844
},
"extents"
:{
"x"
:
-0.200000151991844
,
"y"
:
0.46000000834465
,
"z"
:
0.200000151991844
},
"size"
:{
"x"
:
-0.200000151991844
,
"y"
:
0.46000000834465
,
"z"
:
0.200000151991844
}}}},{
"name"
:
"door_0"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Door"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-3.05089998245239
,
"y"
:
0
,
"z"
:
-2.43729996681213
},
"orientation"
:{
"x"
:
0
,
"y"
:
0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-0.429300099611282
,
"y"
:
0.981181979179382
,
"z"
:
0
},
"extents"
:{
"x"
:
-0.429300099611282
,
"y"
:
0.981181979179382
,
"z"
:
0
},
"size"
:{
"x"
:
-0.429300099611282
,
"y"
:
0.981181979179382
,
"z"
:
0
}}}},{
"name"
:
"apple_0"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Apple"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-1.01800000667572
,
"y"
:
0.840098917484283
,
"z"
:
2.6956000328064
},
"orientation"
:{
"x"
:
-6.12323426292584E-17
,
"y"
:
1
,
"z"
:
6.12323426292584E-17
,
"w"
:
-3.74939939305299E-33
}},
"bounds"
:{
"center"
:{
"x"
:
0
,
"y"
:
0.0572259016335011
,
"z"
:
0
},
"extents"
:{
"x"
:
0
,
"y"
:
0.0572259016335011
,
"z"
:
0
},
"size"
:{
"x"
:
0
,
"y"
:
0.0572259016335011
,
"z"
:
0
}}}},{
"name"
:
"window_0"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Window"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.37458395957947
,
"y"
:
0.785416007041931
,
"z"
:
-3.00545001029968
},
"orientation"
:{
"x"
:
0
,
"y"
:
1
,
"z"
:
0
,
"w"
:
0
}},
"bounds"
:{
"center"
:{
"x"
:
-0.374583005905151
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500016212463
},
"extents"
:{
"x"
:
-0.374583005905151
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500016212463
},
"size"
:{
"x"
:
-0.374583005905151
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500016212463
}}}},{
"name"
:
"wall_7"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Wall"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-3
,
"y"
:
0
,
"z"
:
-1
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-1.00000023841858
,
"y"
:
1.28953194618225
,
"z"
:
0.050000011920929
},
"extents"
:{
"x"
:
-1.00000023841858
,
"y"
:
1.28953194618225
,
"z"
:
0.050000011920929
},
"size"
:{
"x"
:
-1.00000023841858
,
"y"
:
1.28953194618225
,
"z"
:
0.050000011920929
}}}},{
"name"
:
"door_1"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Door"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.57999992370605
,
"y"
:
2.32631206512451
,
"z"
:
1.16631197929382
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-0.376312077045441
,
"y"
:
-0.141312003135681
,
"z"
:
-0.0100000025704503
},
"extents"
:{
"x"
:
-0.376312077045441
,
"y"
:
-0.141312003135681
,
"z"
:
-0.0100000025704503
},
"size"
:{
"x"
:
-0.376312077045441
,
"y"
:
-0.141312003135681
,
"z"
:
-0.0100000025704503
}}}},{
"name"
:
"rack_1"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Rack"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.55999994277954
,
"y"
:
1.60000002384186
,
"z"
:
-0.0599999986588955
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.215000003576279
,
"y"
:
0.389999985694885
,
"z"
:
0.209999993443489
},
"extents"
:{
"x"
:
-0.215000003576279
,
"y"
:
0.389999985694885
,
"z"
:
0.209999993443489
},
"size"
:{
"x"
:
-0.215000003576279
,
"y"
:
0.389999985694885
,
"z"
:
0.209999993443489
}}}},{
"name"
:
"lamp_4"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Lamp"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
0.920000016689301
,
"y"
:
2.24000000953674
,
"z"
:
3
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200006723404
},
"extents"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200006723404
},
"size"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200006723404
}}}},{
"name"
:
"stove_0"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Stove"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
0.5
,
"y"
:
0
,
"z"
:
2.09999990463257
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.449999988079071
,
"z"
:
0.449999988079071
},
"extents"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.449999988079071
,
"z"
:
0.449999988079071
},
"size"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.449999988079071
,
"z"
:
0.449999988079071
}}}},{
"name"
:
"shelf_0"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Shelf"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.55999994277954
,
"y"
:
1.21099996566772
,
"z"
:
2.5
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}}}},{
"name"
:
"wall_0"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Wall"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-3
,
"y"
:
0
,
"z"
:
-3
},
"orientation"
:{
"x"
:
0
,
"y"
:
1
,
"z"
:
0
,
"w"
:
0
}},
"bounds"
:{
"center"
:{
"x"
:
-1
,
"y"
:
1.28953194618225
,
"z"
:
0.0500000007450581
},
"extents"
:{
"x"
:
-1
,
"y"
:
1.28953194618225
,
"z"
:
0.0500000007450581
},
"size"
:{
"x"
:
-1
,
"y"
:
1.28953194618225
,
"z"
:
0.0500000007450581
}}}},{
"name"
:
"cupboard_8"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Cupboard"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.55999994277954
,
"y"
:
1.99000000953674
,
"z"
:
1.22000002861023
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-0.430000096559525
,
"y"
:
0.194999992847443
,
"z"
:
0.210000038146973
},
"extents"
:{
"x"
:
-0.430000096559525
,
"y"
:
0.194999992847443
,
"z"
:
0.210000038146973
},
"size"
:{
"x"
:
-0.430000096559525
,
"y"
:
0.194999992847443
,
"z"
:
0.210000038146973
}}}},{
"name"
:
"shelf_3"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Shelf"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.55999994277954
,
"y"
:
1.60000002384186
,
"z"
:
-0.0599999986588955
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}}}},{
"name"
:
"refrigerator_0"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Refrigerator"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
2.22000002861023
,
"y"
:
0
,
"z"
:
2.09999990463257
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.868748009204865
,
"z"
:
0.469999998807907
},
"extents"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.868748009204865
,
"z"
:
0.469999998807907
},
"size"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.868748009204865
,
"z"
:
0.469999998807907
}}}},{
"name"
:
"door_7"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Door"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
2.11932611465454
,
"y"
:
0.217418000102043
,
"z"
:
2.16999983787537
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.329326808452606
,
"y"
:
0.542588651180267
,
"z"
:
0.0299999974668026
},
"extents"
:{
"x"
:
-0.329326808452606
,
"y"
:
0.542588651180267
,
"z"
:
0.0299999974668026
},
"size"
:{
"x"
:
-0.329326808452606
,
"y"
:
0.542588651180267
,
"z"
:
0.0299999974668026
}}}},{
"name"
:
"door_6"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Door"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
2.11932611465454
,
"y"
:
1.30259597301483
,
"z"
:
2.16999983787537
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.329326808452606
,
"y"
:
0.166983515024185
,
"z"
:
0.0100000016391277
},
"extents"
:{
"x"
:
-0.329326808452606
,
"y"
:
0.166983515024185
,
"z"
:
0.0100000016391277
},
"size"
:{
"x"
:
-0.329326808452606
,
"y"
:
0.166983515024185
,
"z"
:
0.0100000016391277
}}}},{
"name"
:
"door_3"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Door"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-1.16631197929382
,
"y"
:
1.65368807315826
,
"z"
:
2.59999990463257
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
0.188155993819237
,
"y"
:
0.336311995983124
,
"z"
:
-0.00999999977648258
},
"extents"
:{
"x"
:
0.188155993819237
,
"y"
:
0.336311995983124
,
"z"
:
-0.00999999977648258
},
"size"
:{
"x"
:
0.188155993819237
,
"y"
:
0.336311995983124
,
"z"
:
-0.00999999977648258
}}}},{
"name"
:
"door_2"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Door"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-0.413688004016876
,
"y"
:
1.65368807315826
,
"z"
:
2.59999990463257
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.188155993819237
,
"y"
:
0.336311995983124
,
"z"
:
-0.00999999977648258
},
"extents"
:{
"x"
:
-0.188155993819237
,
"y"
:
0.336311995983124
,
"z"
:
-0.00999999977648258
},
"size"
:{
"x"
:
-0.188155993819237
,
"y"
:
0.336311995983124
,
"z"
:
-0.00999999977648258
}}}},{
"name"
:
"wall_3"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Wall"
,
"http://www.ease-crc.org/ont/EASE.owl#Wall"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
1
,
"y"
:
0
,
"z"
:
-3
},
"orientation"
:{
"x"
:
0
,
"y"
:
1
,
"z"
:
0
,
"w"
:
0
}},
"bounds"
:{
"center"
:{
"x"
:
-1
,
"y"
:
1.28953194618225
,
"z"
:
0.0500000007450581
},
"extents"
:{
"x"
:
-1
,
"y"
:
1.28953194618225
,
"z"
:
0.0500000007450581
},
"size"
:{
"x"
:
-1
,
"y"
:
1.28953194618225
,
"z"
:
0.0500000007450581
}}}},{
"name"
:
"cupboard_7"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Cupboard"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-0.360000014305115
,
"y"
:
1.60000002384186
,
"z"
:
2.57999992370605
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.389999985694885
,
"z"
:
0.209999993443489
},
"extents"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.389999985694885
,
"z"
:
0.209999993443489
},
"size"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.389999985694885
,
"z"
:
0.209999993443489
}}}},{
"name"
:
"steam_0"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Steam"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-0.0840173810720444
,
"y"
:
0.912701785564423
,
"z"
:
2.4739978313446
},
"orientation"
:{
"x"
:
2.84869884126238E-06
,
"y"
:
-2.99513339996338E-05
,
"z"
:
-3.73773400497157E-06
,
"w"
:
1.00000011920929
}}}},{
"name"
:
"cupboard_6"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Cupboard"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.55999994277954
,
"y"
:
1.60000002384186
,
"z"
:
1.22000002861023
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-0.430000096559525
,
"y"
:
0.194999992847443
,
"z"
:
0.210000038146973
},
"extents"
:{
"x"
:
-0.430000096559525
,
"y"
:
0.194999992847443
,
"z"
:
0.210000038146973
},
"size"
:{
"x"
:
-0.430000096559525
,
"y"
:
0.194999992847443
,
"z"
:
0.210000038146973
}}}},{
"name"
:
"rack_0"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Rack"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.55999994277954
,
"y"
:
1.60000002384186
,
"z"
:
2.5
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-0.215000048279762
,
"y"
:
0.389999985694885
,
"z"
:
0.210000038146973
},
"extents"
:{
"x"
:
-0.215000048279762
,
"y"
:
0.389999985694885
,
"z"
:
0.210000038146973
},
"size"
:{
"x"
:
-0.215000048279762
,
"y"
:
0.389999985694885
,
"z"
:
0.210000038146973
}}}},{
"name"
:
"cup_0"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Cup"
,
"http://www.ease-crc.org/ont/EASE.owl#DesignedContainer"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.57680034637451
,
"y"
:
0.836324393749237
,
"z"
:
1.73479986190796
},
"orientation"
:{
"x"
:
-0.00128603854682297
,
"y"
:
-0.91844117641449
,
"z"
:
-0.00222236500121653
,
"w"
:
-0.395549148321152
}},
"bounds"
:{
"center"
:{
"x"
:
0
,
"y"
:
0.0600000023841858
,
"z"
:
0.017784595489502
},
"extents"
:{
"x"
:
0
,
"y"
:
0.0600000023841858
,
"z"
:
0.017784595489502
},
"size"
:{
"x"
:
0
,
"y"
:
0.0600000023841858
,
"z"
:
0.017784595489502
}},
"containerVolume"
:[{
"type"
:
"BoxCollider"
,
"center"
:{
"x"
:
-2.5767617225647
,
"y"
:
0.900200843811035
,
"z"
:
1.7351256608963
},
"size"
:{
"x"
:
0.105902671813965
,
"y"
:
0.105237245559692
,
"z"
:
0.104858636856079
},
"extents"
:{
"x"
:
0.0529513359069824
,
"y"
:
0.0526186227798462
,
"z"
:
0.0524293184280396
}},{
"type"
:
"BoxCollider"
,
"center"
:{
"x"
:
-2.57636547088623
,
"y"
:
0.900405883789063
,
"z"
:
1.73681890964508
},
"size"
:{
"x"
:
0.0743212699890137
,
"y"
:
0.105642080307007
,
"z"
:
0.100759983062744
},
"extents"
:{
"x"
:
0.0371606349945068
,
"y"
:
0.0528210401535034
,
"z"
:
0.0503799915313721
}},{
"type"
:
"BoxCollider"
,
"center"
:{
"x"
:
-2.57636547088623
,
"y"
:
0.900319933891296
,
"z"
:
1.7368186712265
},
"size"
:{
"x"
:
0.102694511413574
,
"y"
:
0.105429887771606
,
"z"
:
0.0807571411132813
},
"extents"
:{
"x"
:
0.0513472557067871
,
"y"
:
0.0527149438858032
,
"z"
:
0.0403785705566406
}}]}},{
"name"
:
"shelf_1"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Shelf"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.55999994277954
,
"y"
:
1.21099996566772
,
"z"
:
-0.0599999986588955
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}}}},{
"name"
:
"kitchen_1"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Room"
,
"http://www.ease-crc.org/ont/EASE.owl#DesignedContainer"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"containerVolume"
:[{
"type"
:
"BoxCollider"
,
"center"
:{
"x"
:
0
,
"y"
:
1.28999996185303
,
"z"
:
0
},
"size"
:{
"x"
:
6.19999980926514
,
"y"
:
2.59999990463257
,
"z"
:
6.19999980926514
},
"extents"
:{
"x"
:
3.09999990463257
,
"y"
:
1.29999995231628
,
"z"
:
3.09999990463257
}}]}},{
"name"
:
"lamp_2"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Lamp"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-1
,
"y"
:
2.24000000953674
,
"z"
:
-3
},
"orientation"
:{
"x"
:
0
,
"y"
:
1
,
"z"
:
0
,
"w"
:
0
}},
"bounds"
:{
"center"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200006723404
},
"extents"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200006723404
},
"size"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200006723404
}}}},{
"name"
:
"door_8"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Door"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.02631187438965
,
"y"
:
0.1701720058918
,
"z"
:
2.15999984741211
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
0.376311987638474
,
"y"
:
0.278070002794266
,
"z"
:
-0.0199999995529652
},
"extents"
:{
"x"
:
0.376311987638474
,
"y"
:
0.278070002794266
,
"z"
:
-0.0199999995529652
},
"size"
:{
"x"
:
0.376311987638474
,
"y"
:
0.278070002794266
,
"z"
:
-0.0199999995529652
}}}},{
"name"
:
"window_4"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Window"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
3.00545001029968
,
"y"
:
0.785416007041931
,
"z"
:
1.62541604042053
},
"orientation"
:{
"x"
:
0
,
"y"
:
0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-0.374583095312119
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500127971172
},
"extents"
:{
"x"
:
-0.374583095312119
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500127971172
},
"size"
:{
"x"
:
-0.374583095312119
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500127971172
}}}},{
"name"
:
"counter_0"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Countertop"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.07999992370605
,
"y"
:
0
,
"z"
:
2.07999992370605
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.46000000834465
,
"y"
:
0.449999988079071
,
"z"
:
0.46000000834465
},
"extents"
:{
"x"
:
-0.46000000834465
,
"y"
:
0.449999988079071
,
"z"
:
0.46000000834465
},
"size"
:{
"x"
:
-0.46000000834465
,
"y"
:
0.449999988079071
,
"z"
:
0.46000000834465
}}}},{
"name"
:
"door_4"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Door"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.57999992370605
,
"y"
:
1.93631196022034
,
"z"
:
1.16631197929382
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-0.376312077045441
,
"y"
:
-0.141312003135681
,
"z"
:
-0.0100000025704503
},
"extents"
:{
"x"
:
-0.376312077045441
,
"y"
:
-0.141312003135681
,
"z"
:
-0.0100000025704503
},
"size"
:{
"x"
:
-0.376312077045441
,
"y"
:
-0.141312003135681
,
"z"
:
-0.0100000025704503
}}}},{
"name"
:
"window_2"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Window"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
1.62541604042053
,
"y"
:
0.785416007041931
,
"z"
:
-3.00545001029968
},
"orientation"
:{
"x"
:
0
,
"y"
:
1
,
"z"
:
0
,
"w"
:
0
}},
"bounds"
:{
"center"
:{
"x"
:
-0.374583005905151
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500016212463
},
"extents"
:{
"x"
:
-0.374583005905151
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500016212463
},
"size"
:{
"x"
:
-0.374583005905151
,
"y"
:
0.664115011692047
,
"z"
:
0.0445500016212463
}}}},{
"name"
:
"door_5"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Door"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.57999992370605
,
"y"
:
1.65368807315826
,
"z"
:
2.02431201934814
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-0.376312077045441
,
"y"
:
0.336311995983124
,
"z"
:
-0.0100000025704503
},
"extents"
:{
"x"
:
-0.376312077045441
,
"y"
:
0.336311995983124
,
"z"
:
-0.0100000025704503
},
"size"
:{
"x"
:
-0.376312077045441
,
"y"
:
0.336311995983124
,
"z"
:
-0.0100000025704503
}}}},{
"name"
:
"chair_1"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Chair"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
0.412418007850647
,
"y"
:
0
,
"z"
:
-1.32948207855225
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.0111704673618078
,
"z"
:
0
,
"w"
:
0.999937653541565
}},
"bounds"
:{
"center"
:{
"x"
:
-0.200000002980232
,
"y"
:
0.46000000834465
,
"z"
:
0.200000002980232
},
"extents"
:{
"x"
:
-0.200000002980232
,
"y"
:
0.46000000834465
,
"z"
:
0.200000002980232
},
"size"
:{
"x"
:
-0.200000002980232
,
"y"
:
0.46000000834465
,
"z"
:
0.200000002980232
}}}},{
"name"
:
"lid_0"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE-OBJ.owl#Lid"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-0.35845485329628
,
"y"
:
0.8452507853508
,
"z"
:
2.58779406547546
},
"orientation"
:{
"x"
:
-0.010070089250803
,
"y"
:
0.38251668214798
,
"z"
:
0.0243025179952383
,
"w"
:
0.923574030399323
}},
"bounds"
:{
"center"
:{
"x"
:
0
,
"y"
:
0.0236800014972687
,
"z"
:
0
},
"extents"
:{
"x"
:
0
,
"y"
:
0.0236800014972687
,
"z"
:
0
},
"size"
:{
"x"
:
0
,
"y"
:
0.0236800014972687
,
"z"
:
0
}}}},{
"name"
:
"table_0"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Table"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
1.43400001525879
,
"y"
:
0
,
"z"
:
-2.04800009727478
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.841488003730774
,
"y"
:
0.326734006404877
,
"z"
:
0.447373002767563
},
"extents"
:{
"x"
:
-0.841488003730774
,
"y"
:
0.326734006404877
,
"z"
:
0.447373002767563
},
"size"
:{
"x"
:
-0.841488003730774
,
"y"
:
0.326734006404877
,
"z"
:
0.447373002767563
}}}},{
"name"
:
"chair_3"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Chair"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
0.748000383377075
,
"y"
:
0
,
"z"
:
-1.85008120536804
},
"orientation"
:{
"x"
:
0
,
"y"
:
0.999948978424072
,
"z"
:
0
,
"w"
:
0.0101014049723744
}},
"bounds"
:{
"center"
:{
"x"
:
-0.200000002980232
,
"y"
:
0.46000000834465
,
"z"
:
0.200000002980232
},
"extents"
:{
"x"
:
-0.200000002980232
,
"y"
:
0.46000000834465
,
"z"
:
0.200000002980232
},
"size"
:{
"x"
:
-0.200000002980232
,
"y"
:
0.46000000834465
,
"z"
:
0.200000002980232
}}}},{
"name"
:
"cupboard_0"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Cupboard"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-0.35999995470047
,
"y"
:
0
,
"z"
:
2.09999990463257
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.449999988079071
,
"z"
:
0.449999988079071
},
"extents"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.449999988079071
,
"z"
:
0.449999988079071
},
"size"
:{
"x"
:
-0.430000007152557
,
"y"
:
0.449999988079071
,
"z"
:
0.449999988079071
}}}},{
"name"
:
"wall_4"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Wall"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
3
,
"y"
:
0
,
"z"
:
-1
},
"orientation"
:{
"x"
:
0
,
"y"
:
0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-1.00000023841858
,
"y"
:
1.28953194618225
,
"z"
:
0.050000011920929
},
"extents"
:{
"x"
:
-1.00000023841858
,
"y"
:
1.28953194618225
,
"z"
:
0.050000011920929
},
"size"
:{
"x"
:
-1.00000023841858
,
"y"
:
1.28953194618225
,
"z"
:
0.050000011920929
}}}},{
"name"
:
"shelf_2"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Shelf"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.55999994277954
,
"y"
:
1.60000002384186
,
"z"
:
2.5
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}}}},{
"name"
:
"door_11"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Door"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.15999984741211
,
"y"
:
0.1701720058918
,
"z"
:
0.413687914609909
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
0.376312077045441
,
"y"
:
0.278070002794266
,
"z"
:
-0.0200000051409006
},
"extents"
:{
"x"
:
0.376312077045441
,
"y"
:
0.278070002794266
,
"z"
:
-0.0200000051409006
},
"size"
:{
"x"
:
0.376312077045441
,
"y"
:
0.278070002794266
,
"z"
:
-0.0200000051409006
}}}},{
"name"
:
"cupboard_5"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Cupboard"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.55999994277954
,
"y"
:
1.60000002384186
,
"z"
:
2.07800006866455
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-0.430000096559525
,
"y"
:
0.389999985694885
,
"z"
:
0.210000038146973
},
"extents"
:{
"x"
:
-0.430000096559525
,
"y"
:
0.389999985694885
,
"z"
:
0.210000038146973
},
"size"
:{
"x"
:
-0.430000096559525
,
"y"
:
0.389999985694885
,
"z"
:
0.210000038146973
}}}},{
"name"
:
"counter_1"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Countertop"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.09999990463257
,
"y"
:
0
,
"z"
:
-0.539999961853027
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
-0.449999988079071
,
"y"
:
0.449999988079071
,
"z"
:
0.449999988079071
},
"extents"
:{
"x"
:
-0.449999988079071
,
"y"
:
0.449999988079071
,
"z"
:
0.449999988079071
},
"size"
:{
"x"
:
-0.449999988079071
,
"y"
:
0.449999988079071
,
"z"
:
0.449999988079071
}}}},{
"name"
:
"lamp_0"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Lamp"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
1
,
"y"
:
2.24000000953674
,
"z"
:
-3
},
"orientation"
:{
"x"
:
0
,
"y"
:
1
,
"z"
:
0
,
"w"
:
0
}},
"bounds"
:{
"center"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200006723404
},
"extents"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200006723404
},
"size"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200006723404
}}}},{
"name"
:
"wall_6"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Wall"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-3
,
"y"
:
0
,
"z"
:
3
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-2.00000047683716
,
"y"
:
1.28953194618225
,
"z"
:
0.050000011920929
},
"extents"
:{
"x"
:
-2.00000047683716
,
"y"
:
1.28953194618225
,
"z"
:
0.050000011920929
},
"size"
:{
"x"
:
-2.00000047683716
,
"y"
:
1.28953194618225
,
"z"
:
0.050000011920929
}}}},{
"name"
:
"cupboard_1"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Cupboard"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-2.09999990463257
,
"y"
:
0
,
"z"
:
0.359999924898148
},
"orientation"
:{
"x"
:
0
,
"y"
:
-0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
0.430000096559525
,
"y"
:
0.449999988079071
,
"z"
:
0.450000107288361
},
"extents"
:{
"x"
:
0.430000096559525
,
"y"
:
0.449999988079071
,
"z"
:
0.450000107288361
},
"size"
:{
"x"
:
0.430000096559525
,
"y"
:
0.449999988079071
,
"z"
:
0.450000107288361
}}}},{
"name"
:
"wall_5"
,
"is_a"
:[
"http://www.ease-crc.org/ont/EASE.owl#Wall"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
3
,
"y"
:
0
,
"z"
:
1
},
"orientation"
:{
"x"
:
0
,
"y"
:
0.707106828689575
,
"z"
:
0
,
"w"
:
0.707106828689575
}},
"bounds"
:{
"center"
:{
"x"
:
-1.00000023841858
,
"y"
:
1.28953194618225
,
"z"
:
0.050000011920929
},
"extents"
:{
"x"
:
-1.00000023841858
,
"y"
:
1.28953194618225
,
"z"
:
0.050000011920929
},
"size"
:{
"x"
:
-1.00000023841858
,
"y"
:
1.28953194618225
,
"z"
:
0.050000011920929
}}}},{
"name"
:
"lamp_3"
,
"is_a"
:[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Lamp"
],
"components"
:{
"transform"
:{
"position"
:{
"x"
:
-1.64600002765656
,
"y"
:
2.24000000953674
,
"z"
:
3
},
"orientation"
:{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}},
"bounds"
:{
"center"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200006723404
},
"extents"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200006723404
},
"size"
:{
"x"
:
0
,
"y"
:
0.159999996423721
,
"z"
:
-0.259200006723404
}}}}]}
\ No newline at end of file
Assets/DLU/Resources/instruction.json
deleted
100644 → 0
View file @
3ce3ed04
[
{
"components"
:
{},
"name"
:
"?task_0"
,
"is_a"
:
[
"http://www.ease-crc.org/ont/EASE-ACT.owl#Placing"
],
"classifies"
:
[
"action_0"
]
},
{
"components"
:
{},
"name"
:
"action_0"
,
"is_a"
:
[
"http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Action"
],
"hasParticipant"
:
[
"cup_0"
,
"actor_0"
]
},
{
"components"
:
{
"transform"
:
{
"position"
:
{
"x"
:
0.5925120115280159
,
"y"
:
0.653468012809754
,
"z"
:
-1.600627094507217
},
"orientation"
:
{
"x"
:
-1.3969840395589e-8
,
"y"
:
-0.918447494506836
,
"z"
:
1.11758726717426e-8
,
"w"
:
-0.395542949438095
}
},
"bounds"
:
{
"center"
:
{
"x"
:
0
,
"y"
:
0.0600000023841858
,
"z"
:
0.0177846029400826
},
"extents"
:
{
"x"
:
0
,
"y"
:
0.0600000023841858
,
"z"
:
0.0177846029400826
},
"size"
:
{
"x"
:
0
,
"y"
:
0.0600000023841858
,
"z"
:
0.0177846029400826
}
},
"containerVolume"
:
[
{
"type"
:
"BoxCollider"
,
"center"
:
{
"x"
:
-2.57680034637451
,
"y"
:
0.902314186096191
,
"z"
:
1.73480021953583
},
"size"
:
{
"x"
:
0.105839252471924
,
"y"
:
0.104725956916809
,
"z"
:
0.104326486587524
},
"extents"
:
{
"x"
:
0.0529196262359619
,
"y"
:
0.0523629784584045
,
"z"
:
0.0521632432937622
}
},
{
"type"
:
"BoxCollider"
,
"center"
:
{
"x"
:
-2.57640409469604
,
"y"
:
0.902528047561646
,
"z"
:
1.736492395401
},
"size"
:
{
"x"
:
0.0742592811584473
,
"y"
:
0.105153679847717
,
"z"
:
0.100225448608398
},
"extents"
:
{
"x"
:
0.0371296405792236
,
"y"
:
0.0525768399238586
,
"z"
:
0.0501127243041992
}
},
{
"type"
:
"BoxCollider"
,
"center"
:
{
"x"
:
-2.57640409469604
,
"y"
:
0.902442157268524
,
"z"
:
1.73649263381958
},
"size"
:
{
"x"
:
0.102631092071533
,
"y"
:
0.104981899261475
,
"z"
:
0.0802216529846191
},
"extents"
:
{
"x"
:
0.0513155460357666
,
"y"
:
0.0524909496307373
,
"z"
:
0.0401108264923096
}
}
]
},
"name"
:
"cup_0"
,
"is_a"
:
[
"http://ease-ph.glpages.informatik.uni-bremen.de/dlu/dlu/EASE-DLUext.owl#Cup"
,
"http://www.ease-crc.org/ont/EASE.owl#DesignedContainer"
],
"isOntopOf"
:
[
"table_0"
]
},
{
"components"
:
{
"transform"
:
{
"position"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
},
"orientation"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}
}
},
"name"
:
"actor_0"
,
"is_a"
:
[
"http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#PhysicalAgent"
]
},
{
"components"
:
{
"transform"
:
{
"position"
:
{
"x"
:
1.43400001525879
,
"y"
:
0
,
"z"
:
-2.04800009727478
},
"orientation"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
}
}
},
"name"
:
"table_0"
,
"is_a"
:
[
"http://www.ease-crc.org/ont/EASE.owl#Table"
]
}
]
\ No newline at end of file
Assets/DLU/Scenes/Controller.unity
0 → 100644
View file @
f41fb9e1
%YAML
1.1
%TAG
!u!
tag:unity3d.com,2011:
---
!u!29
&1
OcclusionCullingSettings
:
m_ObjectHideFlags
:
0
serializedVersion
:
2
m_OcclusionBakeSettings
:
smallestOccluder
:
5
smallestHole
:
0.25
backfaceThreshold
:
100
m_SceneGUID
:
00000000000000000000000000000000
m_OcclusionCullingData
:
{
fileID
:
0
}
---
!u!104
&2
RenderSettings
:
m_ObjectHideFlags
:
0
serializedVersion
:
9
m_Fog
:
0
m_FogColor
:
{
r
:
0.5
,
g
:
0.5
,
b
:
0.5
,
a
:
1
}
m_FogMode
:
3
m_FogDensity
:
0.01
m_LinearFogStart
:
0
m_LinearFogEnd
:
300
m_AmbientSkyColor
:
{
r
:
0.212
,
g
:
0.227
,
b
:
0.259
,
a
:
1
}
m_AmbientEquatorColor
:
{
r
:
0.114
,
g
:
0.125
,
b
:
0.133
,
a
:
1
}
m_AmbientGroundColor
:
{
r
:
0.047
,
g
:
0.043
,
b
:
0.035
,
a
:
1
}
m_AmbientIntensity
:
1
m_AmbientMode
:
0
m_SubtractiveShadowColor
:
{
r
:
0.42
,
g
:
0.478
,
b
:
0.627
,
a
:
1
}
m_SkyboxMaterial
:
{
fileID
:
10304
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
m_HaloStrength
:
0.5
m_FlareStrength
:
1
m_FlareFadeSpeed
:
3
m_HaloTexture
:
{
fileID
:
0
}
m_SpotCookie
:
{
fileID
:
10001
,
guid
:
0000000000000000e000000000000000
,
type
:
0
}
m_DefaultReflectionMode
:
0
m_DefaultReflectionResolution
:
128
m_ReflectionBounces
:
1
m_ReflectionIntensity
:
1
m_CustomReflection
:
{
fileID
:
0
}
m_Sun
:
{
fileID
:
0
}
m_IndirectSpecularColor
:
{
r
:
0
,
g
:
0
,
b
:
0
,
a
:
1
}
m_UseRadianceAmbientProbe
:
0
---
!u!157
&3
LightmapSettings
:
m_ObjectHideFlags
:
0
serializedVersion
:
11
m_GIWorkflowMode
:
1
m_GISettings
:
serializedVersion
:
2
m_BounceScale
:
1
m_IndirectOutputScale
:
1
m_AlbedoBoost
:
1
m_EnvironmentLightingMode
:
0
m_EnableBakedLightmaps
:
1
m_EnableRealtimeLightmaps
:
0
m_LightmapEditorSettings
:
serializedVersion
:
12
m_Resolution
:
2
m_BakeResolution
:
40
m_AtlasSize
:
1024
m_AO
:
0
m_AOMaxDistance
:
1
m_CompAOExponent
:
1
m_CompAOExponentDirect
:
0
m_ExtractAmbientOcclusion
:
0
m_Padding
:
2
m_LightmapParameters
:
{
fileID
:
0
}
m_LightmapsBakeMode
:
1
m_TextureCompression
:
1
m_FinalGather
:
0
m_FinalGatherFiltering
:
1
m_FinalGatherRayCount
:
256
m_ReflectionCompression
:
2
m_MixedBakeMode
:
2
m_BakeBackend
:
1
m_PVRSampling
:
1
m_PVRDirectSampleCount
:
32
m_PVRSampleCount
:
512
m_PVRBounces
:
2
m_PVREnvironmentSampleCount
:
256
m_PVREnvironmentReferencePointCount
:
2048
m_PVRFilteringMode
:
1
m_PVRDenoiserTypeDirect
:
1
m_PVRDenoiserTypeIndirect
:
1
m_PVRDenoiserTypeAO
:
1
m_PVRFilterTypeDirect
:
0
m_PVRFilterTypeIndirect
:
0
m_PVRFilterTypeAO
:
0
m_PVREnvironmentMIS
:
1
m_PVRCulling
:
1
m_PVRFilteringGaussRadiusDirect
:
1
m_PVRFilteringGaussRadiusIndirect
:
5
m_PVRFilteringGaussRadiusAO
:
2
m_PVRFilteringAtrousPositionSigmaDirect
:
0.5
m_PVRFilteringAtrousPositionSigmaIndirect
:
2
m_PVRFilteringAtrousPositionSigmaAO
:
1
m_ExportTrainingData
:
0
m_TrainingDataDestination
:
TrainingData
m_LightProbeSampleCountMultiplier
:
4
m_LightingDataAsset
:
{
fileID
:
0
}
m_UseShadowmask
:
1
---
!u!196
&4
NavMeshSettings
:
serializedVersion
:
2
m_ObjectHideFlags
:
0
m_BuildSettings
:
serializedVersion
:
2
agentTypeID
:
0
agentRadius
:
0.5
agentHeight
:
2
agentSlope
:
45
agentClimb
:
0.4
ledgeDropHeight
:
0
maxJumpAcrossDistance
:
0
minRegionArea
:
2
manualCellSize
:
0
cellSize
:
0.16666667
manualTileSize
:
0
tileSize
:
256
accuratePlacement
:
0
debug
:
m_Flags
:
0
m_NavMeshData
:
{
fileID
:
0
}
---
!u!1
&44631459
GameObject
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
serializedVersion
:
6
m_Component
:
-
component
:
{
fileID
:
44631460
}
-
component
:
{
fileID
:
44631462
}
m_Layer
:
0
m_Name
:
Camera
1
m_TagString
:
MainCamera
m_Icon
:
{
fileID
:
0
}
m_NavMeshLayer
:
0
m_StaticEditorFlags
:
0
m_IsActive
:
1
---
!u!4
&44631460
Transform
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
44631459
}
m_LocalRotation
:
{
x
:
0.2194823
,
y
:
0.28965604
,
z
:
-0.05115226
,
w
:
0.9302206
}
m_LocalPosition
:
{
x
:
-2.65
,
y
:
2.27
,
z
:
-2.54
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
-
{
fileID
:
963194228
}
m_Father
:
{
fileID
:
752559679
}
m_RootOrder
:
0
m_LocalEulerAnglesHint
:
{
x
:
25.974
,
y
:
35.062
,
z
:
2.039
}
---
!u!20
&44631462
Camera
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
44631459
}
m_Enabled
:
1
serializedVersion
:
2
m_ClearFlags
:
1
m_BackGroundColor
:
{
r
:
0.19215687
,
g
:
0.3019608
,
b
:
0.4745098
,
a
:
0
}
m_projectionMatrixMode
:
1
m_GateFitMode
:
2
m_FOVAxisMode
:
0
m_SensorSize
:
{
x
:
36
,
y
:
24
}
m_LensShift
:
{
x
:
0
,
y
:
0
}