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: en/messages/common.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -3318,7 +3318,7 @@ Large debug/prototyping array. The message uses the maximum available payload fo
3318
3318
Field Name | Type | Units | Description
3319
3319
--- | --- | --- | ---
3320
3320
time_usec | `uint64_t` | us | Timestamp (UNIX Epoch time or time since system boot). The receiving end can infer timestamp format (since 1.1.1970 or since system boot) by checking for the magnitude of the number.
3321
-
name | `char[10]` | | Name, for human-friendly display in a Ground Control Station
3321
+
name | `char[10]` | | Name, for human-friendly in a Ground Control Station
3322
3322
array_id | `uint16_t` | | Unique ID used to discriminate between arrays<br>Messages with same value are from the same source (instance).
3323
3323
<span class='ext'>data</span> <a href='#mav2_extension_field'>++</a> | `float[58]` | | data
This message provides "generic" fuel level information for display in a GCS and for triggering failsafes in an autopilot.
3373
+
This message provides "generic" fuel level information for in a GCS and for triggering failsafes in an autopilot.
3374
3374
The fuel type and associated units for fields in this message are defined in the enum [MAV_FUEL_TYPE](#MAV_FUEL_TYPE).
3375
3375
3376
3376
The reported `consumed_fuel` and `remaining_fuel` must only be supplied if measured: they must not be inferred from the `maximum_fuel` and the other value.
0 commit comments