Code: Select all
from orbit import ISS #to find where ISS is.
point = ISS.coordinates()
print(point.latitude.degrees)
print(point.longitude.degrees)
If do the same on another computer (Ubuntu), it works just fine.
flightOS + the kit we have received does not keep time well. I manually change the time on the shell so I think this is the culprit. I can not detect any difference when I stare at the output of the "date" command though.
I would like to avoid this issue when our team's programme runs on the ISS. I suppose it should be a problem but is there a "fool proof" way of doing this?