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

I think you made a mistake in ReaderGNSS.cpp #9

Open
seongq opened this issue Sep 18, 2020 · 1 comment
Open

I think you made a mistake in ReaderGNSS.cpp #9

seongq opened this issue Sep 18, 2020 · 1 comment

Comments

@seongq
Copy link

seongq commented Sep 18, 2020

No description provided.

@seongq
Copy link
Author

seongq commented Sep 18, 2020

	_GNSSdata.CovVxyz(1, 0) = stod(words[14]); _GNSSdata.CovVxyz(1, 1) = stod(words[16]); _GNSSdata.CovVxyz(1, 2) = stod(words[15]);
	_GNSSdata.CovVxyz(2, 0) = stod(words[15]); _GNSSdata.CovVxyz(2, 1) = stod(words[17]); _GNSSdata.CovVxyz(2, 2) = stod(words[18]);

Since Covariance matrix is symmetric, _GNSSdata.CovVxyz(1,2) and _GNSSdata.CovVxyz(2,1) must be same

thanks from your code

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

No branches or pull requests

1 participant