Skip to content

Commit 950458b

Browse files
committed
common.xml: update description of FLIGHT_INFORMATION message
from mavlink/mavlink/master
1 parent 3725144 commit 950458b

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

message_definitions/v1.0/common.xml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6685,11 +6685,18 @@
66856685
<field type="char[205]" name="file_url">URL of image taken. Either local storage or http://foo.jpg if camera provides an HTTP interface.</field>
66866686
</message>
66876687
<message id="264" name="FLIGHT_INFORMATION">
6688-
<description>Information about flight since last arming.</description>
6688+
<description>Flight information.
6689+
This includes time since boot for arm, takeoff, and land, and a flight number.
6690+
Takeoff and landing values reset to zero on arm.
6691+
This can be requested using MAV_CMD_REQUEST_MESSAGE.
6692+
Note, some fields are misnamed - timestamps are from boot (not UTC) and the flight_uuid is a sequence number.
6693+
</description>
66896694
<field type="uint32_t" name="time_boot_ms" units="ms">Timestamp (time since system boot).</field>
6690-
<field type="uint64_t" name="arming_time_utc" units="us">Timestamp at arming (time since UNIX epoch) in UTC, 0 for unknown</field>
6691-
<field type="uint64_t" name="takeoff_time_utc" units="us">Timestamp at takeoff (time since UNIX epoch) in UTC, 0 for unknown</field>
6692-
<field type="uint64_t" name="flight_uuid">Universally unique identifier (UUID) of flight, should correspond to name of log files</field>
6695+
<field type="uint64_t" name="arming_time_utc" units="us" invalid="0">Timestamp at arming (since system boot). Set to 0 on boot. Set value on arming. Note, field is misnamed UTC.</field>
6696+
<field type="uint64_t" name="takeoff_time_utc" units="us" invalid="0">Timestamp at takeoff (since system boot). Set to 0 at boot and on arming. Note, field is misnamed UTC.</field>
6697+
<field type="uint64_t" name="flight_uuid" invalid="0">Flight number. Note, field is misnamed UUID.</field>
6698+
<extensions/>
6699+
<field type="uint32_t" name="landing_time" units="ms" invalid="0">Timestamp at landing (in ms since system boot). Set to 0 at boot and on arming.</field>
66936700
</message>
66946701
<message id="265" name="MOUNT_ORIENTATION">
66956702
<superseded since="2020-01" replaced_by="MAV_CMD_DO_GIMBAL_MANAGER_PITCHYAW">This message is being superseded by MAV_CMD_DO_GIMBAL_MANAGER_PITCHYAW. The message can still be used to communicate with legacy gimbals implementing it.</superseded>

0 commit comments

Comments
 (0)