I use ScriptedRotation to send solar panel attitude. Usually, it's given in local frame. Follow the corresponding ssc definition :
ScriptedRotation
{
Module "rtorbits"
Function "rtattitude"
ObjectID "SOLARPANEL"
}
BodyFrame { BodyFixed { Center "Sol/Earth/MySpacecraft" } }
However, attitude reference frame seems to be J2000 (Earth centered). So I'm currently using a quaternion product to display solar panels properly.
My question is : Is this the expected behaviour? (maybe it's not possible to use a different frame than J2000)
Mathieu (spacebel)