-
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
sunlineSRuKF module #250
sunlineSRuKF module #250
Conversation
f99eec9
to
5021d6b
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.
I think Pat likes to squash all of the commits into one single huge one when PR'ing a new module, but I'm ok either way
62e32a3
to
b5ea2fa
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.
🔻 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/attDetermination/sunlineSRuKF/sunlineSRuKF.cpp
Outdated
Show resolved
Hide resolved
src/fswAlgorithms/attDetermination/sunlineSRuKF/sunlineSRuKF.cpp
Outdated
Show resolved
Hide resolved
src/fswAlgorithms/attDetermination/sunlineSRuKF/sunlineSRuKF.cpp
Outdated
Show resolved
Hide resolved
src/fswAlgorithms/attDetermination/sunlineSRuKF/sunlineSRuKF.cpp
Outdated
Show resolved
Hide resolved
0989662
to
d94d3da
Compare
d94d3da
to
42d0a43
Compare
42d0a43
to
549f04a
Compare
549f04a
to
7fc4b34
Compare
Description
Square root unscented kalman filter to estimate the sunline direction in body-frame coordinates using a combination of coarse sun sensor and rate gyro measurements.
Verification
The unit test tests the correctness of the propagation, the measurement processing, and state output of the filter compared to the measurement noise of the sensors.
Documentation
Documentation is provided.
Future work
The input navigation message will be substituted with input gyro message.