Hi,
I've set a simulation creating the Earth through the Spice interface.
Does anybody know if it is possible to get the spacecraft state with respect to the Earth fixed rotating frame (IAU_Earth) or it is only possible to get the state relative to the inertial frame (r_BN_N) ?
The only thing that I've found is that the SpicePlanetStateMsgPayload has J20002Pfix as one of the outputs but I if I try to make the matrix vector multiplication for each saved inertial position vector to get the ones in the planet fixed frame it takes a lot of time. For this reason I was wondering if there is any message or any way that I've not found yet that directly gives the r_BP_P position of the spacecraft.
Thank you in advance!