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, FW, VTOL modules don't poll parameter_update #7570

Merged
merged 4 commits into from
Jul 29, 2017

Conversation

dagar
Copy link
Member

@dagar dagar commented Jul 9, 2017

Not the core issue causing EKF time slip with param saves, but helps a bit.
#7569

@dagar dagar requested a review from LorenzMeier July 9, 2017 17:16

} else if (!(fds[0].revents & POLLIN)) {
// no new data
continue;
Copy link
Member

Choose a reason for hiding this comment

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

This should be kept. We don't know about side effects if not doing this.

Copy link
Member Author

Choose a reason for hiding this comment

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

Alright, that's definitely the safe thing to do. I didn't think we ever set anything but POLLIN.
We should push these patterns into the Subscription wrapper or something.

Copy link
Member Author

Choose a reason for hiding this comment

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

Restored.

@dagar
Copy link
Member Author

dagar commented Jul 29, 2017

Okay to merge?

@LorenzMeier LorenzMeier merged commit 1867573 into PX4:master Jul 29, 2017
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.

2 participants