-
Notifications
You must be signed in to change notification settings - Fork 86
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
Run NOS3 Example with COSMOS and 42 on different VM #83
Comments
Hi @kabarr, |
Quick update - I have been able to duplicate this issue on my side and am working with some other experts to debug! |
^ From the
To summarize I've got:
I am getting valid 42 data in the truth simulator. If we want to get COSMOS running too in this branch let me know and I can fix it up. |
…e (not localhost) than the truth sim.
… different machine (not localhost) than the truth sim.
…om flight software/CI_lab/TO_lab on another VM.
DUAL VMs: nos3 repo, branch nos3#83-DualVM (with submodule cosmos branch nos3#83-DualVM) has been configured so that flight software (FSW) and simulators run on one VM with IP address 192.168.100.4 and 42 and COSMOS run on another VM with IP address 192.168.100.5. The following files/commands have been modified so that FSW/sims run on 192.168.100.4 and 42/COSMOS run on 192.168.100.5:
|
Useful for assigning static IPs to VMs: https://ernieleseberg.com/virtualbox-with-static-ip-on-ubuntu-server-guest/ |
…n on another VM, 42 runs on another VM, and COSMOS runs on a fourth VM.
QUAD VMs: nos3 repo, branch nos3#83QuadVM (with submodule cosmos branch nos3#83-DualVM) has been configured so that flight software (FSW) and NOS Engine Server run in one VM with IP address 192.168.100.4; sims run in a VM with IP address 192.168.100.5; 42 runs in a VM with IP address 192.168.100.6; and COSMOS runs in a VM with IP address 192.168.100.7. The following files/commands have been modified for this:
|
Closing for now as new issues will be made to reference this one and further expand on the capability. |
Hi, First off, big thanks for your work on NOS3 simulator! It’s a game-changer for the space community. I tried running NOS3 in dual VM mode, following the instructions, but it didn’t quite cooperate... Any tips or a specific branch I should use for this setup? Cheers, Simon |
I've created 2 VMs and successfully changed settings to run COSMOS and 42 on one machine and the Sims on another. I've run into a snag that may not be possible to fix. The truth42Sim data is all 0's in the sim, and the 42 satellite location is "static". I suspect this is due to me not understanding all the connections between 42 and the sim. Is it possible to run 42 on a different machine?
The text was updated successfully, but these errors were encountered: