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

Feature/momentum bias #313

Merged
merged 6 commits into from
Oct 4, 2024
Merged

Feature/momentum bias #313

merged 6 commits into from
Oct 4, 2024

Conversation

joaogvcarneiro
Copy link
Collaborator

Description

The first three commits change the source files, the next two add two new unit tests, and the last one improves the module's documentation.

Verification

Two tests are added. The first one checks the instantaneous value of the momentum management torque to check it is applied from the current to the desired rw momentum. The second is an integrated test that runs through the entire momentum dumping routine and checks that the last value of the rw momentum is close to its desired value.

Documentation

Added documentation that explains this new use case.

Future work

N/A.

Copy link
Collaborator

@patkenneally patkenneally left a 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

I'm still looking but here are the things that jumped out at me.

@patkenneally patkenneally merged commit 5dbcd3f into develop Oct 4, 2024
4 checks passed
@patkenneally patkenneally deleted the feature/momentum_bias branch October 4, 2024 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add capability to desaturate reaction wheels to momentum bias
2 participants