fixed shadowing
This commit is contained in:
parent
304aabc336
commit
07572ab3a0
@ -95,7 +95,6 @@ void SafeCtrl::safeRateDamping(const double *magFieldB, const double *satRotRate
|
|||||||
acsParameters->safeModeControllerParameters.k_orthoNonMekf);
|
acsParameters->safeModeControllerParameters.k_orthoNonMekf);
|
||||||
|
|
||||||
// sum of all torques
|
// sum of all torques
|
||||||
double cmdTorque[3] = {0, 0, 0};
|
|
||||||
VectorOperations<double>::add(cmdParallel, cmdOrtho, cmdTorque, 3);
|
VectorOperations<double>::add(cmdParallel, cmdOrtho, cmdTorque, 3);
|
||||||
|
|
||||||
// calculate magnetic moment to command
|
// calculate magnetic moment to command
|
||||||
|
Loading…
Reference in New Issue
Block a user