-
Notifications
You must be signed in to change notification settings - Fork 3
Developer Log
This is interesting https://futurism.com/nasa-telescope-vegetation-exoplanets
I discovered that Vagrant 2.2.7 may have had a bug that caused vagrant plugins not to install.
This prevented me from running the nos3 virtual machine.
When I used Vagrant 2.2.5 and VirtualBox 6.0.18 it worked.
- https://releases.hashicorp.com/vagrant/2.2.5/
- https://www.virtualbox.org/wiki/Download_Old_Builds_6_0
Found the following papers. Will read in detail later.
- Small satellites and CubeSats: Survey of structures, architectures, and protocols (https://www.scnl.diten.unige.it/publications/2018-IJSCN-Small_satellites.pdf)
- CubeSat Communications: Recent Advances and Future Challenges (https://arxiv.org/pdf/1908.09501.pdf)
- A First-Order Logic Semantics for Communication-Parametric BPMN Collaborations (https://oatao.univ-toulouse.fr/24922/1/houhou_24922.pdf)
- A First-Order Logic Semantics for Communication-Parametric BPMN Collaborations (http://pardi.enseeiht.fr/Papers/BPM19_slides.pdf)
We can't compile and deploy GMAT, currently; so, I looked for alternative open source simulation tools. I found the following for smallsats:
- https://github.com/nasa/nos3 (NASA's open source simulator for SmallSats)
- https://github.com/OpenSatKit/OpenSatKit (OpenSatKit is an equivalent open source simulator for SmallSats)
The nos3 simulation tool has a fully automated build process. The opensatkit has a better GUI.
I need to understand how to build Cesium Applications.
I found their sample code section in their github repository (https://github.com/CesiumGS/cesium/tree/master/Apps/Sandcastle)
I plan to currently hardcode a hand made czml for an orbit around the equator.
I put the scaffolding for this in /application/cessium-poc in this repo.
It is not complete, yet.