-
Notifications
You must be signed in to change notification settings - Fork 2
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
599 fix cob measurement noise #329
Conversation
e3747af
to
49be469
Compare
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.
Just a documentation comment
src/fswAlgorithms/opticalNavigation/cobConverter/cobConverter.rst
Outdated
Show resolved
Hide resolved
47cb26c
to
8268023
Compare
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.
Legend:
🔻 Issues to address before merge
🔶 Requests that should not block merge, but should at least be discussed
🔵 Recommendations that can be ignored if desired
src/fswAlgorithms/opticalNavigation/cobConverter/cobConverter.cpp
Outdated
Show resolved
Hide resolved
176a9c4
to
14b8d17
Compare
The covariance should increase with number of pixels, not decrease
14b8d17
to
6f6603d
Compare
Description
The computation of the COB error covariance was updated such that the measurement noise increases with number of pixels, instead of decreasing. Additionally, the covariance of the attitude uncertainty was included to compute the total covariance matrix.
Verification
The UnitTest was updated.
Documentation
The documentation was updated.
Future work
N/A