-
Notifications
You must be signed in to change notification settings - Fork 61
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
Walker Delta Constellation Scenario #539
Conversation
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 pushed some edits to this branch. Please merge them into your main document. You can see in each commit what I did.
- The scenario script did not run as committed as it was trying to read in an image that is not included. I removed this image import, not needed.
- The Vizard visualization of this simulation is really cool! Thanks for doing that.
- The scenario script does not get run using pytest. I added a unit test for this script in
src/tests
. - I added the missing Vizard screen grab that your documentation was trying to load. Such images must be put in the static images folder.
65fb6d6
to
519a537
Compare
519a537
to
a6f167a
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.
good to go. Nice scenario of doing complex constellation simulation.
Includes documentation, unit test and release notes
a6f167a
to
1fbc7c5
Compare
Description
One commit introduces a new Basilisk example script which demonstrates the setup of a Walker-Delta constellation. This scenario uses the stand alone Basilisk implementation rather than the MultiSatBskSim framework.
Verification
The default inputs model the Galileo navigation constellation with Walker-Delta numbers of 56-24-3-1. The corresponding ground track is plotted for the 24 satellites. Simulation in Vizard was also used and documented to verify expected functionality.
Documentation
This scenario was added to the list of formation flying integrated example scripts in examples/_default.rst as well as introduced to the release notes.
Future work
N/A