Open matt11matthew opened 3 months ago
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).
I installed nos3...it's working completely fine. working on similar topic to add multiple spacecraft simultaneously but queries here would be,
1) How to integrate simulator with COSMOS5 instead of COSMOS 4.5 ?
2) suppose I'm using same hardware models for multiple satellite [assume 1A-5A]..just by changing parameters in Inp_sim.txt, (like orb_LEO & SC_NOS)...will it work ? if yes, how I can extract data from each of satellite (1A, 2A....) ?
3) How can I connect all spacecrafts with GSW separately ? do i need to integrate another simulator or app with nos3 )
4) do you have any proper documentation about dependencies and traceability ? also, about annotations and abbreviations ?
As far as I know, the answers to your questions would be the following:
Thank you for your insights & helps. it's really helpful...OpenC3 is working for me. but i think, i am not more clear or other questions...let me put it this way...
2) As you can see in the screenshot that i attached...i am able to generate 3 satellites with it's orbit. but i don't understand that how i can connect hardware model with each of 3 satellites ? and if it's connected, then how i can extract the data from it ?
4) By Dependencies and traceability i mean,(in simpler term) that how i can find which file or variable has been used where ? like as example...Inp_graphics.txt from cfg/inout...this file has been used nowhere but if i am changing the parameters of MAP and CAM,i am getting required result. so the question is how and where this file has been used ? and how i can get proper traceability of each file ? do you have any structure on that ?
1) I want to calculate Az/El for simulated satellite. some of python files has been created in nos3/gsw/OrbitInviewPowerPrediction/scripts/ for that. from my understanding it has been generated for TLE testing. but how can i get TLE or Az/El for satellite that i am simulating (not pre-defined satellites) ?
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?