File size: 772 Bytes
58ce074
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[
  {
    "instruction": "Move forward and stop in front of the table",
    "input": "",
    "output": "The robot walks forward and stops safely before reaching the table."
  },
  {
    "instruction": "Turn left and walk to the door",
    "input": "",
    "output": "The robot rotates left and walks toward the door."
  },
  {
    "instruction": "Navigate around the obstacle",
    "input": "Obstacle detected ahead",
    "output": "The robot changes direction and moves around the obstacle."
  },
  {
    "instruction": "Walk straight for five steps",
    "input": "",
    "output": "The robot walks straight for five steps and then stops."
  },
  {
    "instruction": "Turn right and wait",
    "input": "",
    "output": "The robot turns right and remains idle."
  }
]