File size: 283 Bytes
b9c120d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [
{
"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"]
}
] |