Skip to content

20230816 Dev Meeting

Hamish Willee edited this page Aug 23, 2023 · 7 revisions

General:

Notes

  • #2027 {Sponsored by Intelliterra} Added MAV_CMD_DO_SET_EMERGENCY for manual emergency setting

    • Julian not opposed. Hamish thinks we need better guidance on how it would be used.
  • Extending MISSION_ITEM_REACHED with more detailed status #2023

    • Julian - Add to mission_current two uint_16 for initial and final. These indicate progress and can mean time, distance, or turns or whatever. If both zero not used. The first divided by the second can be used as a percentage if both not zero. The meaning depends on the particular mission item and should be documented in each item.
    • AO hamish to update
  • Mission feasibility message and command - discord and historical pr

    • JulianO This could be done as events in the same way as PX4 prearm checks (feasibility checks are run regularly and cached. If the feasibility changes then there is an update of all the issues). Reasoning is that this allows for standard and custom feasibility checks and also translation of those texts. This could possibly also be done as a message emitted on feasibility change that had both a standard and a custom enum value field - but then you'd have to re work out all the integration for meanings of fields, translations etc.
    • Comments on PR https://github.com/mavlink/MAVSDK/issues/2103#issuecomment-1680187221

Below not covered

Following - action would be for James to follow up with PeterB

Attendees: Hamish, JulianO. JamesP unable to attend.

Clone this wiki locally