Create navigation_commands.csv
Browse files- navigation_commands.csv +7 -0
navigation_commands.csv
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
command,direction,context
|
| 2 |
+
go straight,forward,indoor
|
| 3 |
+
turn left,left,indoor
|
| 4 |
+
turn right,right,indoor
|
| 5 |
+
move to the kitchen,forward,home
|
| 6 |
+
approach the door,forward,office
|
| 7 |
+
step back,backward,any
|