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

added vtol state implementation (follow up) #1521

Merged
merged 1 commit into from
Sep 2, 2021

Conversation

mattes-bru
Copy link
Contributor

vtol state implementation in the telemetry plugin

@julianoes
Copy link
Collaborator

The proto change was already done but this we might be able to use, thank you!

@mattes-bru
Copy link
Contributor Author

Yes, I saw that @rligocki was first on the proto but for the implementation I don't see a pull request. Any chance to merge his proto and my implementation?

/**
* @brief VTOL State enumeration
*/
enum class VtolState {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used the same naming scheme like in the other enums although I would personally prefer using more intuitive names than Mc and Fw

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes the enums are just based on MAVLink definitions https://mavlink.io/en/messages/common.html#MAV_VTOL_STATE

@rligocki
Copy link
Contributor

rligocki commented Sep 1, 2021

Pull request should be already done on Proto side. I think It was today when @julianoes merged it.

@julianoes
Copy link
Collaborator

Yes, I saw that @rligocki was first on the proto but for the implementation I don't see a pull request. Any chance to merge his proto and my implementation?

Let's try.

@julianoes
Copy link
Collaborator

I've force-pushed this with the latest changes from mavlink/MAVSDK-Proto#251.

@julianoes julianoes changed the title added vtol state implementation added vtol state implementation (follow up) Sep 2, 2021
@julianoes julianoes merged commit cb2985d into mavlink:main Sep 2, 2021
@bazfp
Copy link
Collaborator

bazfp commented Sep 2, 2021

Looks good, should work with telemetry_server (I should make some tests 😢 )

@mattes-bru mattes-bru deleted the vtol-state branch September 2, 2021 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants