ClarusC64 commited on
Commit
2e586c5
·
verified ·
1 Parent(s): b89e616

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -3
README.md CHANGED
@@ -1,3 +1,35 @@
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
+ - navigation
11
+ - sensor_fusion
12
+ pretty_name: "Clarus Drone Navigation Sensor Coherence Risk v0.1"
13
+ dataset_id: "drone-navigation-sensor-coherence-risk-v0.1"
14
+ domain: robotics_uav
15
+ pillar: navigation_integrity
16
+ series: "DRONE-01"
17
+ coherence_pair:
18
+ observable_a: multi_sensor_signal_quality
19
+ observable_b: fused_state_residual_and_localization_stability
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 navigation stack is about to fail.
26
+
27
+ Focus
28
+ • GPS quality vs IMU drift
29
+ • vision odometry quality
30
+ • altimeter stability
31
+ • fusion residual as the early warning signal
32
+
33
+ Why it matters
34
+ Most flight failures start as sensor disagreement.
35
+ This dataset teaches a model to flag that drift early.