Safety¶
Run the full preflight check suite against a single drone.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
connection_string
|
str
|
MAVLink connection string (e.g. |
required |
drone_id
|
str
|
Human-readable drone identifier. |
required |
min_battery_pct
|
float
|
Minimum battery percentage to pass. |
80.0
|
Returns:
| Type | Description |
|---|---|
list[CheckResult]
|
List of :class: |