Integrate gs building code for MacOS systems#552
Merged
Conversation
3876116 to
bb9a473
Compare
Contributor
|
Since this involves modifying a |
…Orbital/OBC-firmware into charles/readme-for-ground-station-cli
…Orbital/OBC-firmware into charles/readme-for-ground-station-cli
…Orbital/OBC-firmware into charles/readme-for-ground-station-cli
…Orbital/OBC-firmware into charles/readme-for-ground-station-cli
…Orbital/OBC-firmware into charles/readme-for-ground-station-cli
c4bae
added a commit
that referenced
this pull request
Oct 1, 2025
# Purpose Previously, no instructions were provided on how to build the ground station program for MacOS systems. This PR adds steps on how to fix the errors that are encountered while building it. # New Changes - Instructions on building gs for MacOS systems were added to the readme # Testing Explain tests that you ran to verify code functionality. - [x] I have unit-tested this PR. Otherwise, explain why it cannot be unit-tested. - [ ] I have tested this PR on a board if the code will run on a board (Only required for firmware developers). - [ ] I have tested this PR by running the ARO website (Only required if the code will impact the ARO website). - [ ] I have tested this PR by running the MCC website (Only required if the code will impact the MCC website). - [ ] I have included screenshots of the tests performed below. # Outstanding Changes If there are non-critical changes (i.e. additional features) that can be made to this feature in the future, indicate them here. - Currently, the instructions allow for successfully launching the cli. More thorough testing may be required for full functionality # Purpose Closes #ISSUE_NUMBER. Explain the purpose of the PR here if it doesn't match the linked issue. Be sure to add a comment in the linked issue explaining the changes. # New Changes Explain new changes below in short bullet points. # Testing Explain tests that you ran to verify code functionality. - [ ] I have unit-tested this PR. Otherwise, explain why it cannot be unit-tested. - [ ] I have tested this PR on a board if the code will run on a board (Only required for firmware developers). - [ ] I have tested this PR by running the ARO website (Only required if the code will impact the ARO website). - [ ] I have tested this PR by running the MCC website (Only required if the code will impact the MCC website). - [ ] I have included screenshots of the tests performed below. # Outstanding Changes If there are non-critical changes (i.e. additional features) that can be made to this feature in the future, indicate them here.
This file contains hidden or 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
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.
Purpose
Previously, no instructions were provided on how to build the ground station program for MacOS systems. This PR adds steps on how to fix the errors that are encountered while building it.
New Changes
Testing
Explain tests that you ran to verify code functionality.
Outstanding Changes
If there are non-critical changes (i.e. additional features) that can be made to this feature in the future, indicate them here.