-
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
Analysis/120 momentum management #121
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rcalaon
force-pushed
the
feature/120-momentumManagementAnalysis
branch
3 times, most recently
from
August 21, 2023 21:35
7b621f2
to
a28ed08
Compare
rcalaon
force-pushed
the
feature/120-momentumManagementAnalysis
branch
2 times, most recently
from
September 4, 2023 21:01
f0c751e
to
bb07dd5
Compare
rcalaon
changed the title
Feature/120 momentum management analysis
Analysis/120 momentum management
Sep 4, 2023
rcalaon
force-pushed
the
feature/120-momentumManagementAnalysis
branch
from
September 4, 2023 23:20
bb07dd5
to
8c08bed
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This scenario simulates the performance of the Explored over a 7-day period, during which the SEP thruster is fired continuously. The dual gimbaled platform is used to articulate the thruster and perform momentum dumping, and in this first cut it relies on exact knowledge of the location of the center of mass of the whole system. The platform reference is computed every hour. Platform and solar arrays are actuated via torque commands computed using PID-type controllers.
Commits 1 through 6 contain each one of the python scripts that are necessary to run the simulation.
Future work
Future work will include an additional flight software module to estimate the location of the center of mass, and feed that estimated location to the platformReference module.