spatial-ownership / data.json
SUHES's picture
Create data.json
b9c120d verified
raw
history blame contribute delete
283 Bytes
[
{
"space_type": "bedroom",
"owner_present": true,
"robot_position": "doorway",
"permitted_actions": ["announce_presence"]
},
{
"space_type": "office_desk",
"owner_present": false,
"robot_position": "nearby",
"permitted_actions": ["wait"]
}
]