-
Notifications
You must be signed in to change notification settings - Fork 84
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
Multiple Spacecraft Using Cosmos5 #345
Comments
any update on this one ? |
About what, precisely, are you asking for best practices? For having multiple spacecraft that can communicate with each other? Or the differences between a single and multiple spacecraft? Or something else entirely? Also, how does COSMOS5 play into it? We are currently working on getting multiple spacecraft to be able to launch simultaneously, but we have not yet progressed to the point of having them communicate with one another (and I do not believe the multiple spacecraft functionality is yet in the main branch, either). |
As far as I know, the answers to your questions would be the following:
|
Sorry about the delay in responding. At present, we do not have things set up to be able to easily run multiple satellites at the same time; that is an in-progress effort. In your case I would recommend creating three copies of COSMOS (one per satellite) to get the data; that is probably the only way to get the information you want (one hardware model and one copy of COSMOS per satellite). Regarding your dependencies and traceability question, I believe most IDEs have the ability to trace files, and (for my part) I will typically use grep in Linux to figure out where the parameters I am looking for might be. We will be working on more formal requirements and traceability in the next phase of the project, though. As regards calculating Az/El or TLE, I am not entirely sure how best to approach that. @marksuder might have some input, though. |
A TLE file input parameter can be set in the orbit file (Orb_LEO.txt or similar) on lines 13, 23, 24. TLEs for known objects can be retrieved from https://www.space-track.org/; you need to create a free account to use that site. |
Are there any general best practices for having multiple space craft (with option to send commands/request telemetry) from individual craft?
The text was updated successfully, but these errors were encountered: