messed around with orbit
This commit is contained in:
parent
92e9981eaf
commit
46795c54d0
20219
GroundControl/frontend/package-lock.json
generated
20219
GroundControl/frontend/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -176,7 +176,7 @@ if __name__=="__main__":
|
|||
running = True
|
||||
display = False
|
||||
thisEarth = deepcopy(Planet.Earth)
|
||||
sat = OrbitingBody(Point(0, config()["earthRadius"], config()["earthRadius"] - 800000), Point(-6900,0,0), "BoSLOO", 5, thisEarth)
|
||||
sat = OrbitingBody(Point(0, config()["earthRadius"]*5, config()["earthRadius"]*2), Point(-2500,0,0), "BoSLOO", 5, thisEarth)
|
||||
orbitlines = []
|
||||
renderObjects = [thisEarth, sat, orbitlines]
|
||||
configFile = config()
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"notes": "lat: pos S, neg N; long: pos E, neg W",
|
||||
"latitude": -9.621613589753375,
|
||||
"longitude": -135.404396876101,
|
||||
"altitude": 2246794.2098555025,
|
||||
"velocity": 6778.7033882673195
|
||||
"latitude": -12.808893957460064,
|
||||
"longitude": 140.55873504072275,
|
||||
"altitude": 19134253.574575923,
|
||||
"velocity": 3777.2583558704296
|
||||
}
|
BIN
example.gif
Normal file
BIN
example.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 MiB |
BIN
testMap.png
BIN
testMap.png
Binary file not shown.
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 2.2 MiB |
Loading…
Reference in a new issue