Create control_data.json
Browse files- 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 |
+
}
|