to keep it in line
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
This commit is contained in:
parent
557051ba37
commit
efd17a971f
@ -190,8 +190,8 @@ void PtgCtrl::ptgDesaturation(const bool allRwAvailable, const acsctrl::RwAvail
|
|||||||
|
|
||||||
// calculate total angular momentum
|
// calculate total angular momentum
|
||||||
double angMomentumTotal[3] = {0, 0, 0};
|
double angMomentumTotal[3] = {0, 0, 0};
|
||||||
VectorOperations<double>::add(angMomentumRw, pointingLawParameters->desatMomentumRef,
|
VectorOperations<double>::subtract(angMomentumRw, pointingLawParameters->desatMomentumRef,
|
||||||
angMomentumTotal, 3);
|
angMomentumTotal, 3);
|
||||||
|
|
||||||
// resulting magnetic dipole command
|
// resulting magnetic dipole command
|
||||||
double crossAngMomentumMagField[3] = {0, 0, 0};
|
double crossAngMomentumMagField[3] = {0, 0, 0};
|
||||||
|
Loading…
Reference in New Issue
Block a user