-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
Conversation
c200fd0
to
4758d33
Compare
4758d33
to
aa8bbdb
Compare
Looks like the testing results ended up over here. #12123 (comment) |
@@ -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 |
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.
Where/when does the subscription happen now? Is the problem described in the comment no longer an issue?
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.
It's not longer an issue with the new uORB::Subscription
that subscribes to orb internally (bypassing file descriptors).
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.
Info here - #11176
No description provided.