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

navigator move to new uORB::Subscription #12162

Merged
merged 1 commit into from
Jun 6, 2019

Conversation

dagar
Copy link
Member

@dagar dagar commented Jun 4, 2019

No description provided.

@dagar dagar force-pushed the pr-navigator_subscription branch from c200fd0 to 4758d33 Compare June 4, 2019 00:27
@dagar dagar requested a review from a team June 4, 2019 14:07
@dagar
Copy link
Member Author

dagar commented Jun 6, 2019

Looks like the testing results ended up over here. #12123 (comment)

@dagar dagar merged commit e4ad994 into PX4:master Jun 6, 2019
@dagar dagar deleted the pr-navigator_subscription branch June 6, 2019 00:28
@@ -72,11 +72,6 @@ PrecLand::PrecLand(Navigator *navigator) :
void
PrecLand::on_activation()
{
// We need to subscribe here and not in the constructor because constructor is called before the navigator task is spawned
Copy link
Contributor

Choose a reason for hiding this comment

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

Where/when does the subscription happen now? Is the problem described in the comment no longer an issue?

Copy link
Member Author

Choose a reason for hiding this comment

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

It's not longer an issue with the new uORB::Subscription that subscribes to orb internally (bypassing file descriptors).

Copy link
Member Author

Choose a reason for hiding this comment

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

Info here - #11176

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants