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

has_local_position_ned_cov variable is not set during intialization #1220

Closed
petrlmat opened this issue Apr 16, 2019 · 0 comments
Closed

has_local_position_ned_cov variable is not set during intialization #1220

petrlmat opened this issue Apr 16, 2019 · 0 comments

Comments

@petrlmat
Copy link

Variable

bool has_local_position_ned_cov;
is never initialized to false. As a result, if the mavlink message mavlink::common::msg::LOCAL_POSITION_NED_COV is not coming, the local position is not published due to the check in
if (!has_local_position_ned_cov) {

The same problem could concern the variable
bool has_local_position_ned;
which is not initialized either.

@vooon vooon closed this as completed in b7ee741 Apr 17, 2019
@vooon vooon added this to the Version 0.30 milestone Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants