-
-
Notifications
You must be signed in to change notification settings - Fork 514
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: consolidate component types #2416
Conversation
provided */ | ||
}; | ||
|
||
} // namespace mavsdk |
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.
newline
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.
Hmmm. Why? clang-format doesn't seem to be concerned. Oh, yes it does. It didn't fix it because I ran it before commiting, so the new file wasn't on the git list yet.
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.
Fixed and force pushed.
Gimbal, /** < @brief SDK is used as a gimbal. */ | ||
Custom /**< @brief the SDK is used in a custom configuration, no automatic ID will be | ||
provided */ | ||
}; |
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.
add RemoteId
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.
I can make another PR to add RemoteId
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.
Yes, please make another one.
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.
I checked out this PR and added a commit on top. Once this is merged I'll rebase and push again.
I doesn't make sense to have this in two places, so I pulled it out.
ea2db2c
to
22ec310
Compare
Quality Gate passedIssues Measures |
I doesn't make sense to have this in two places, so I pulled it out.
What about this @dakejahl? Does that work for you?