BenDB3199 / Attitude_from_quaternions

The code takes in quaternions and a timestamp along with TLE data from the OPS-SAT and outputs satellite attitude information like roll, pitch, yaw and angle to nadir.
0 stars 0 forks source link

Create PyQuaternion IPK for spacecraft uplink #12

Open georgeslabreche opened 3 years ago

georgeslabreche commented 3 years ago

It looks like this is implemented in pure python and does not require compilation for our ARM environment: https://www.piwheels.org/project/pyquaternion/

BenDB3199 commented 3 years ago

@georgeslabreche @TanguySoto @TomMladenov I researched the basics of ipk packages but there are still some things I am not sure about, especially about how the package will be used. First of all, will the .whl package in the data directory be installed automatically or do I need to implement this with a script in preinst/postinst? Also, does the data folder just have to include the .whl file or does it also include a file structure? I found different info about this on the internet but nothing made this really clear. Can one of you maybe give me an example for an ipk package that was previously used for the OPS-SAT, so I can get some clarity about how this is supposed to look like?