ariefansclub commited on
Commit
6266985
·
verified ·
1 Parent(s): 89c1b08

Create basic_navigation_commands.json

Browse files
Files changed (1) hide show
  1. basic_navigation_commands.json +7 -0
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
+ ]