-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
move geo and geo_lookup to PX4/ecl #9105
Conversation
Waiting on PX4/PX4-Matrix#61 |
b11fed4
to
87cf620
Compare
@priseborough could you take a quick pass to give the test some meaningful values? https://github.com/PX4/Firmware/blob/master/src/systemcmds/tests/test_autodeclination.cpp#L26-L31 |
19f5b36
to
6958016
Compare
Declination test updated. |
OK, will do so today |
5bfe4e5
to
545db57
Compare
Updating clang-tidy in tests only to allow the huge function. |
ECL side merged and submodule updated. Merge as soon as Firmware CI checks out. |
The ECL update also brings in "EKF: Reduce effect of GPS noise when using other aiding sources" (PX4/PX4-ECL#403). @priseborough please advise if you'd like to bring that in separately with dedicated testing before this PR. |
These are both dependencies of the ECL.
ECL side - PX4/PX4-ECL#410