-
-
Notifications
You must be signed in to change notification settings - Fork 508
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
[core] Added ComponentType::RemoteID #2413
Conversation
Nevermind it looks like it didn't do a clean build and |
This is hard to do without introducing circular dependencies. Can we have some kind of global_include.hpp where we can define things common to the core classes? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this.
I absolutely don't want a global_include.h file, however, I also don't want circular dependencies, so we'll have to clean it up.
I also don't want multiple component enums. I thought I had already cleaned that up but it looks like I haven't, so I should do that.
a1084be
to
c659618
Compare
Rebased off of your branch |
…mbal in places, consistent ordering of enums
c659618
to
41d3f18
Compare
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for cleaning my changes up and adding yours :)
Removed unused duplicate enum class in system.hCan we consolidateSystem::ComponentType
withMavsdk::ComponentType
?ComponentType::RemoteID
-- I'm transitioning RemoteIDTransmitter to MAVSDKComponentType::Custom
to reduce confusion since it was defaulting to MAV_TYPE_GENERICMavsdk::Configuration
constructor forComponentType::RemoteId