I have a vessel that had has 3 pods but the pods are at about 45 degees off the center line. They are docked. So that affects the Center of Gravity.
I did this and it fixed it on main thrust.
But now we noticed then you apply this when in translation.
Up Pitch Up
Down Pitch Down
Left Yaw Left and Pitch Down
Right Yaw Right and Pitch Up
By removing the pod no issues so it seems it is the pods are affecting the COG. So how do I adjust the rcs?
I did this and it fixed it on main thrust.
Code:
th_main[0] = CreateThruster (_V(0,0,-79.3), _V(0,0,1), 4500000, ph_main, 890000);
Code:
GetSuperstructureCG(shipcg);
SetThrusterRef (th_main[0], _V(0,((shipcg.y)-0),(-79.3-(shipcg.z)))) ;
Up Pitch Up
Down Pitch Down
Left Yaw Left and Pitch Down
Right Yaw Right and Pitch Up
By removing the pod no issues so it seems it is the pods are affecting the COG. So how do I adjust the rcs?