|
6685 | 6685 | <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> |
6686 | 6686 | </message> |
6687 | 6687 | <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> |
6689 | 6694 | <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> |
6693 | 6700 | </message> |
6694 | 6701 | <message id="265" name="MOUNT_ORIENTATION"> |
6695 | 6702 | <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