Currently, the main star tracker service sends RA, Roll, DE, Time Since Midnight. The service needs to be updated to send i, j, k, real, (quaternion) and time since midnight. From the attitude estimation that LOST generates, we want:
- attitude_i
- attitude_j
- attitude_k
- attitude_real
Here is an example output from LOST.
attitude_known 1
attitude_ra 17.9868
attitude_de 63.4233
attitude_roll 12.238
attitude_i 0.00786371
attitude_j 0.5304
attitude_k -0.0768838
attitude_real 0.844218
Each of these parameters should be float32 type.
Currently, the main star tracker service sends RA, Roll, DE, Time Since Midnight. The service needs to be updated to send i, j, k, real, (quaternion) and time since midnight. From the attitude estimation that LOST generates, we want:
Here is an example output from LOST.
Each of these parameters should be float32 type.