fixed wrong params
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:
parent
ae8f80bb54
commit
061cd0468c
@ -811,12 +811,12 @@ class AcsParameters : public HasParametersIF {
|
||||
|
||||
struct SafeModeControllerParameters {
|
||||
double k_orthoMekf = 1.0e-1;
|
||||
double k_alignMekf = 4.0e-4;
|
||||
double k_parallelMekf = 7.0e-5;
|
||||
double k_alignMekf = 7.0e-5;
|
||||
double k_parallelMekf = 4.0e-4;
|
||||
|
||||
double k_orthoNonMekf = 1.0e-1;
|
||||
double k_alignNonMekf = 4.0e-4;
|
||||
double k_parallelNonMekf = 7.0e-5;
|
||||
double k_alignNonMekf = 7.0e-5;
|
||||
double k_parallelNonMekf = 4.0e-4;
|
||||
|
||||
double sunTargetDirLeop[3] = {0, sqrt(.5), sqrt(.5)};
|
||||
double sunTargetDir[3] = {0, 0, 1};
|
||||
|
Loading…
x
Reference in New Issue
Block a user