alifnd9 commited on
Commit
12b0e09
·
verified ·
1 Parent(s): a073bca

Create control_data.json

Browse files
Files changed (1) hide show
  1. control_data.json +13 -0
control_data.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_id": "RB-001",
3
+ "mode": "autonomous",
4
+ "control": {
5
+ "motor_power": 0.75,
6
+ "brake": false,
7
+ "steering_servo": 3.2
8
+ },
9
+ "stability_control": {
10
+ "balance_correction": true,
11
+ "correction_value": -0.08
12
+ }
13
+ }