-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate all content from mavlink.org with warnings #34
Comments
To be clear, by "unknown quality" you mean we aren't sure if the messages are being used and if the intention for such messages is unclear or undefined. Another option would be to mark the parts we have support for in PX4 or APM (or any other consumer) it's a good idea because instead of focusing on what we don't know we are promoting the good parts, e.g.:
|
No, to be clear the documentation I am referring too has little or nothing to do with messages. It is documentation about the protocol that was written a long time ago and that was not migrated. It may no longer be accurate or useful - no one knows. |
Yes, it would be good to mark supported messages by autopilot, but IMO that would best be added in the message xml somehow. @julianoes Is there any way to add autopilot support to the mavlink message format like a "comment" so that it will be ignored by toolchain(s) but can be picked up by docs toolchains? |
Today did the following updates:
|
@hamishwillee the problem with documenting if something is supported by the Firmware is that some messages and commands are partially supported. E.g. only some params of a command are supported such as a coordinate frame. |
@julianoes True. For or ardupilot I did this manually and re-documented every single (cursed) MAV_CMD_ showing what was supported and not supported. Do not want to go there again! We could do this by allowing an attribute to be added to any xml tag that takes some accepted values. So
Alternatively maybe a support tag and just have a description.
@mrpollo Any other suggestions? This is not easy! |
I think the support flags should live in the Firmware repo though, otherwise they'll be out of date, always. |
True. This discussion has hijacked this issue. I've spawned it off to #39 so it doesn't get lost, but I think possibly a too big problem/non priority for tackling right now |
My answer to share what is compatible is DroneCore 😄 |
Everything migrated of interest. Closing this now. |
The content on mavlink.org is of unknown quality. I have been unable to get support with reviewing it and determining quality.
Plan is to import all the content and add a disclaimer that it is unverified/may be out of date/needs checking. I may also group it all in a folder that reflects that status.
Also will delete anything I am able to identify as not useful or already ported.
General:
List of all remaining docs (checked means "dealt with")
The text was updated successfully, but these errors were encountered: