gamer10bm / KUbeSat_Simulations

A repository of KUbeSat simulations at the University of Kansas.
0 stars 0 forks source link

Fix errors in Orbital Simulations #6

Open gamer10bm opened 3 years ago

gamer10bm commented 3 years ago

Currently the ground track overlaps it self when in reality it will move as we go through a single day of orbits.

gamer10bm commented 3 years ago

Determined issue with coordinate system conversions when going from position vector to latitude and longitude. Starting building new subfunction that includes conversion from ECI to ECEF. Currently relies on Aerospace toolbox. Next step is to build the ECI to ECEF conversion algorithm.