seto4 commited on
Commit
58ce074
·
verified ·
1 Parent(s): 2e386ee

Create byseto

Browse files
Files changed (1) hide show
  1. byseto +27 -0
byseto ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "instruction": "Move forward and stop in front of the table",
4
+ "input": "",
5
+ "output": "The robot walks forward and stops safely before reaching the table."
6
+ },
7
+ {
8
+ "instruction": "Turn left and walk to the door",
9
+ "input": "",
10
+ "output": "The robot rotates left and walks toward the door."
11
+ },
12
+ {
13
+ "instruction": "Navigate around the obstacle",
14
+ "input": "Obstacle detected ahead",
15
+ "output": "The robot changes direction and moves around the obstacle."
16
+ },
17
+ {
18
+ "instruction": "Walk straight for five steps",
19
+ "input": "",
20
+ "output": "The robot walks straight for five steps and then stops."
21
+ },
22
+ {
23
+ "instruction": "Turn right and wait",
24
+ "input": "",
25
+ "output": "The robot turns right and remains idle."
26
+ }
27
+ ]