You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_tests/analysis_summary.txt
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
DK-LA Version: Version: 0.3
2
-
Git-Version: v0.1-200-g2d60
1
+
DK-LA Version: Version: 0.5
2
+
Git-Version: v0.1-221-g67b8
3
3
4
4
DK-LA HELP:
5
5
@@ -40,7 +40,7 @@ Gyro Drift
40
40
Attitude Control
41
41
AutoPilot Health
42
42
Battery
43
-
Brownout
43
+
Truncated Log
44
44
Position Estimate Divergence
45
45
Crash Test
46
46
Sensor Health
@@ -77,6 +77,10 @@ Description: The autopilot reports both the craft's attitude and the attitude th
77
77
* Fail: Desired attitude not achieved
78
78
* Warn: Desired attitude not achieved
79
79
80
+
TEST: Truncated Log
81
+
Description: A log should not end while the vehicle appears to be moving under its own power. This test will FAIL if the vehicle still appears to be moving when the log ends.
82
+
* Fail: Log ended while craft still flying
83
+
80
84
TEST: Battery
81
85
Description: Many autopilots are capable of monitoring their flight batteries. This test will FAIL if the battery level falls below the battery failsafe threshold level, or if a battery failsafe event is received.
82
86
* Pass: Battery never below failsafe
@@ -93,9 +97,8 @@ TEST: Ever Flew
93
97
Description: Determining whether a vehicle has ever flown in a log is done heuristically based on things like motor speeds. This test will FAIL if the craft did not ever seem to fly.
94
98
* Pass: The vehicle appeared to fly
95
99
96
-
TEST: Sensor Health
97
-
Description: A UAV can self-assess its sensors' health. This test will FAIL if any sensor is detected as failed.
98
-
* Fail: The craft's assessment of its sensors indicate a problem
100
+
TEST: Velocity Estimate Divergence
101
+
Description: A UAV typically has several estimates of its velocity. This test will FAIL if the craft's velocity estimates diverge.
99
102
100
103
TEST: Crash Test
101
104
Description: Crashes are detected both heuristically and by explicit log messages. This test will FAIL if the vehicle appears to crash.
@@ -108,10 +111,6 @@ TEST: Vehicle Definition
108
111
Description: The vehicle type is normally automatically detected by dronekit-la from the log. Sometimes the log does not contain sufficient information to make this determination. This test will FAIL if the craft type is never defined
109
112
* Pass: Vehicle was appropriately defined
110
113
111
-
TEST: Brownout
112
-
Description: A log should not end while the vehicle appears to be moving under its own power. This test will FAIL if the vehicle still appears to be moving when the log ends.
113
-
* Fail: Log ended while craft still flying
114
-
115
114
TEST: Position Estimate Divergence
116
115
Description: A UAV often has several estimates of its position. This test will FAIL or WARN if the various vehicle's position estimates diverge.
117
116
* Fail: This position estimate differs from the canonical craft position
@@ -122,13 +121,14 @@ Description: The strength and direction of the Earth's magnetic field should be
122
121
TEST: Arming Checks
123
122
Description: An autopilot checks many aspects of the aircraft's state before allowing it to be armed - for example, that it has a good GPS fix. This test will FAIL if the craft ever arms when some arming checks are disabled.
124
123
125
-
TEST: Velocity Estimate Divergence
126
-
Description: A UAV typically has several estimates of its velocity. This test will FAIL if the craft's velocity estimates diverge.
124
+
TEST: Sensor Health
125
+
Description: A UAV can self-assess its sensors' health. This test will FAIL if any sensor is detected as failed.
126
+
* Fail: The craft's assessment of its sensors indicate a problem
127
127
128
128
TEST: Attitude Estimate Divergence
129
129
Description: A UAV often has several estimates of its attitude. This test will FAIL or WARN if the various vehicle's attitude estimates diverge.
130
130
* Fail: This attitude estimate differs from the canonical craft attitude
131
131
132
132
TEST: Compass Offsets
133
133
Description: Compass calibration produces a set of parameters that specify expected compass discrepancies. This test will WARN or FAIL depending on the degree that these compass offset parameters exceed specified thresholds.
134
-
* Fail: Compass offsets in parameters are out of bounds
134
+
* Fail: Compass offsets in parameters are out of bounds
0 commit comments