changed satRotRateRef to scalar
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
This commit is contained in:
@ -165,7 +165,7 @@ void AcsController::performSafe() {
|
||||
}
|
||||
|
||||
// get desired satellite rate, sun direction to align to and inertia
|
||||
double satRateSafe[3] = {0, 0, 0}, sunTargetDir[3] = {0, 0, 0},
|
||||
double satRateSafe = 0, sunTargetDir[3] = {0, 0, 0},
|
||||
inertiaEive[3][3] = {{0, 0, 0}, {0, 0, 0}, {0, 0, 0}};
|
||||
guidance.getTargetParamsSafe(sunTargetDir, satRateSafe, inertiaEive);
|
||||
|
||||
|
Reference in New Issue
Block a user