inserted fusion weight optimum
This commit is contained in:
parent
0a5bd6ef73
commit
2d64892a81
@ -753,7 +753,7 @@ class AcsParameters /*: public HasParametersIF*/ {
|
||||
double gyr1orientationMatrix[3][3] = {{0, 0, -1}, {0, 1, 0}, {1, 0, 0}};
|
||||
double gyr2orientationMatrix[3][3] = {{0, 0, -1}, {0, -1, 0}, {-1, 0, 0}};
|
||||
double gyr3orientationMatrix[3][3] = {{0, 0, -1}, {0, 1, 0}, {1, 0, 0}};
|
||||
float gyrFusionWeight = 0.8;
|
||||
float gyrFusionWeight = 0.93;
|
||||
} gyrHandlingParameters;
|
||||
|
||||
struct RwHandlingParameters {
|
||||
|
Loading…
Reference in New Issue
Block a user