Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,36 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-classification
|
| 7 |
+
tags:
|
| 8 |
+
- robotics
|
| 9 |
+
- uav
|
| 10 |
+
- control_systems
|
| 11 |
+
- stability
|
| 12 |
+
pretty_name: "Clarus Drone Control Loop Stability Coherence Risk v0.1"
|
| 13 |
+
dataset_id: "drone-control-loop-stability-coherence-risk-v0.1"
|
| 14 |
+
domain: robotics_uav
|
| 15 |
+
pillar: control_stability
|
| 16 |
+
series: "DRONE-04"
|
| 17 |
+
coherence_pair:
|
| 18 |
+
observable_a: control_latency_and_actuator_response
|
| 19 |
+
observable_b: oscillation_heading_error_and_disturbance_handling
|
| 20 |
+
ground_truth: ground_truth_label
|
| 21 |
+
validation_status: pre_release
|
| 22 |
+
---
|
| 23 |
+
What this repo is for
|
| 24 |
+
|
| 25 |
+
Detect when a drone’s control loop is drifting toward instability.
|
| 26 |
+
|
| 27 |
+
Focus
|
| 28 |
+
• latency
|
| 29 |
+
• oscillation
|
| 30 |
+
• actuator response
|
| 31 |
+
• tuning quality
|
| 32 |
+
• disturbance handling
|
| 33 |
+
|
| 34 |
+
Why it matters
|
| 35 |
+
Loss of control often starts as small oscillations.
|
| 36 |
+
This dataset flags the instability early.
|