-
Notifications
You must be signed in to change notification settings - Fork 5
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
Implementing COSMOS support #18
Merged
Merged
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
This was referenced Feb 4, 2024
dinkelk
requested changes
Feb 5, 2024
dinkelk
requested changes
Feb 5, 2024
dinkelk
requested changes
Feb 5, 2024
dinkelk
reviewed
Feb 5, 2024
Update readme to apply helper `cp` script Make `cp` script executable
dinkelk
requested changes
Feb 23, 2024
… install location as arguments Update the COSMOS script to handle variation in plugin directory case & hyphenation
…l files before copy Update readme to callout COSMOS helper script handling of requested protocols plugin helper script now copies configuration files as intended
dinkelk
requested changes
May 3, 2024
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.
A few changes. Please let me know when this is ready for me to try out.
…h missing arguments
dinkelk
requested changes
May 21, 2024
Apply additional changes to COSMOS section of Readme
Restructure COSMOS plugin configuration file locations, COSMOS plugin helper script changed to use paths relative to CWD, and README updated to encourage user to check plugin configuration template and use helper script. Update COSMOS build script to capture new plugin location
Additional update to Pico readme
51c9c50
to
e775760
Compare
7376eb4
to
df94172
Compare
…its first argument from the main assembly directory Make convenience scripts executable
…lated plugin configuration
d729fff
to
7aebfa0
Compare
Fix COSMOS plugin naming for Linux example
Merged
Jbsco
commented
Jun 12, 2024
Since serial ports are not passable through to cosmos running on Docker on a Mac, we provide a serial_tcp_bridge to forward serial traffic from the Pico over TCP to COSMOS. This commit also wraps in some cleanup for the installation scripts, and updates the READMEs appropriately.
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.
Adds README instructions and information to get OpenC3 COSMOS running with the Linux example project. This allows Rx/Tx and parsing of Adamant telemetry and command packets in COSMOS.
The added instructions detail using the plugin generation autocode added in Adamant #21 and copying the configuration to a generated plugin template in COSMOS's own example project.