alifnd9 commited on
Commit
2246d12
·
verified ·
1 Parent(s): 752c2fd

Create potong_rumput_robot.json

Browse files
Files changed (1) hide show
  1. potong_rumput_robot.json +23 -0
potong_rumput_robot.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "potong_rumput_robot",
3
+ "description": "Dataset simulasi untuk robot pemotong rumput otonom",
4
+ "data": [
5
+ {
6
+ "instruction": "Robot memotong rumput secara otomatis",
7
+ "robot_state": {
8
+ "battery_level": 90,
9
+ "blade_status": "normal"
10
+ },
11
+ "environment": {
12
+ "area_size": "10x10 meter",
13
+ "obstacles": ["pohon", "batu kecil"]
14
+ },
15
+ "actions": [
16
+ {"command": "scan_area"},
17
+ {"command": "avoid_obstacle"},
18
+ {"command": "start_mowing"},
19
+ {"command": "return_to_base"}
20
+ ]
21
+ }
22
+ ]
23
+ }