greeting-awareness / data.json
SUHES's picture
Create data.json
e129ba7 verified
Raw
History Blame Contribute Delete
229 Bytes
[
{
"human_distance": "far",
"human_action": "approaching",
"robot_response": "prepare_greeting"
},
{
"human_distance": "near",
"human_action": "looking_at_robot",
"robot_response": "say_hello"
}
]