Skip to content
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

MAV_TYPE_VTOL _DUOROTOR and _QUADROTOR renamed to new format #1818

Merged
merged 1 commit into from
Apr 6, 2022

Conversation

hamishwillee
Copy link
Collaborator

This PR update the names of the enum values:

  • MAV_TYPE_VTOL_DUOROTOR to MAV_TYPE_VTOL_TAILSITTER_DUOROTOR
  • MAV_TYPE_VTOL_QUADROTOR to MAV_TYPE_VTOL_TAILSITTER_QUADROTOR

This update matches the values to the naming convention discussed in #1808 (comment)

The change follows on from #1808 and in particular the discussion https://github.com/mavlink/mavlink/pull/1808/files#r823318681

It is in a separate PR because anyone who uses these values will need to update their code on next build with new library. Note however that code that is not rebuilt will continue to work (the change is forward compatible.

@hamishwillee
Copy link
Collaborator Author

FYI @sfuhrer @auturgy @meee1 Don is happy to force all users of these enum values to update next time they do a rebuild (though in no way requiring them to do a rebuild). I think this is fine and I would like to do this.

Anyway this is an FYI to give you a chance to agree/disagree on behalf of our respective communities.

@hamishwillee
Copy link
Collaborator Author

This has also been agreed/approved by @auturgy (offline). Merging.

@meee1 @DonLakeFlyer Note the break on next compile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant