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

ekf2: fix a shadow warning #22489

Closed
wants to merge 2 commits into from
Closed

ekf2: fix a shadow warning #22489

wants to merge 2 commits into from

Conversation

julianoes
Copy link
Contributor

Presumably this enum was defined twice.

Fixes #22485.

Presumably this enum was defined twice.

Signed-off-by: Julian Oes <[email protected]>
@julianoes julianoes requested a review from bresch December 5, 2023 19:26
@@ -88,11 +88,6 @@ class AuxGlobalPosition : public ModuleParams
RingBuffer<AuxGlobalPositionSample> _aux_global_position_buffer{20}; // TODO: size with _obs_buffer_length and actual publication rate
uint64_t _time_last_buffer_push{0};

enum class Ctrl : uint8_t {
Copy link
Member

Choose a reason for hiding this comment

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

Still need this part. AuxGlobalPositionCtrl

@julianoes
Copy link
Contributor Author

I have no horse in this race. Someone else fix it.

@julianoes julianoes closed this Dec 6, 2023
@julianoes julianoes deleted the pr-fix-hpos-shadow branch December 6, 2023 00:39
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.

[Bug] PX4 does not compile with instructions from Getting started document
2 participants