Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This creates a page outlining the default/common flight modes used across most flight stacks. I have "positioned" this by marking it under construction and linking to the google doc.
What wasn't at first obvious to me is that it is the proposed enum of baseline types and behaviour that a flight stack will need to match. The actual name does not - so if a flight stack was, for example, to call their offboard mode "Guided" that is fine if it emits or is set using the same enum.
@LorenzMeier Is the next step to invite other flight stacks to see if these definitions map sufficiently to their modes? Then define the new baseline mode enum?
First part of #196