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

Deal with the case were the sensor is new (no previous calibration matrix) and lambda diff from 0 #35

Open
fjandrad opened this issue Jul 17, 2018 · 0 comments
Assignees
Labels

Comments

@fjandrad
Copy link
Collaborator

When a sensor is new it has no previous calibration matrix we should not do any regularization. The code at the moment always does regularization so a fix is to set lambda to 0 so that regularization has no effect in the least squares. Therefore we should verify is a first time sensor before we attempt to estimate the matrices and not after.

@fjandrad fjandrad added the bug label Jul 17, 2018
@fjandrad fjandrad self-assigned this Jul 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant