Create basic_navigation_commands.json
Browse files
basic_navigation_commands.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"command": "Go to the kitchen",
|
| 4 |
+
"direction": "forward",
|
| 5 |
+
"target": "kitchen"
|
| 6 |
+
}
|
| 7 |
+
]
|