param to enable/disable STR for rot rate calc
Some checks failed
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit
This commit is contained in:
@ -910,6 +910,7 @@ class AcsParameters : public HasParametersIF {
|
||||
struct StrParameters {
|
||||
double exclusionAngle = 20 * M_PI / 180;
|
||||
double boresightAxis[3] = {0.7593, 0.0000, -0.6508}; // geometry frame
|
||||
uint8_t useStrForRotRate = true;
|
||||
} strParameters;
|
||||
|
||||
struct GpsParameters {
|
||||
|
Reference in New Issue
Block a user